[sgen] Don't trigger collections during allocation of thread objects (#17970)
[mono-project.git] / mcs / errors / cs7082.cs
blob1b02bd5c8d326dfa7ef88da7eeaeb0834ed6634a
1 // CS7082: The CallerFilePathAttribute applied to parameter `o' will have no effect. It is overridden by the CallerLineNumberAttribute
2 // Line: 9
3 // Compiler options: -warnaserror
5 using System.Runtime.CompilerServices;
7 class D
9 void Foo ([CallerFilePath, CallerLineNumber] object o = null)