[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0012-22.cs
blob3d4bd7857ee100392a91b41def0b406437c1e5f7
1 // CS0012: The type `Base.IQueryExpr`1<System.Collections.Generic.IEnumerable<double>>' is defined in an assembly that is not referenced. Consider adding a reference to assembly `CS0012-lib-missing, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'
2 // Line: 9
3 // Compiler options: -r:CS0012-22-lib.dll
5 public class C
7 public static void Main ()
9 B.Sum (null);