[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs8138.cs
blobf870b72962b59eb78b228b24059c23d6de513af0
1 // CS8138: Do not use `System.Runtime.CompilerServices.TupleElementNamesAttribute' directly. Use the tuple syntax instead
2 // Line: 7
4 using System;
5 using System.Runtime.CompilerServices;
7 [TupleElementNames (new[] { "a", "b" })]
8 public class C