[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs0234.cs
bloba4ebec291b29a365922da74047642bad13044eb5
1 // CS0234: The type or namespace name `Linq' does not exist in the namespace `System'. Are you missing `System.Core' assembly reference?
2 // Line: 5
3 // Compiler options: -noconfig
5 using System.Linq;
7 class C
9 public static void Main ()