[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs1070-2.cs
blob7fe8760619e0bdb3dcbad0c6b95ec9b1bdb7fcfc
1 // CS1070: The type `N.E' has been forwarded to an assembly that is not referenced. Consider adding a reference to assembly `CS1070-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
2 // Line: 9
3 // Compiler options: -r:CS1070-lib.dll
5 using N;
7 public class D
9 public void Foo (E e)