for "build" config, import corlib common sources at unix instead (#11989)
[mono-project.git] / mcs / errors / cs4021.cs
blobf3f5d48011fd1be2bd66e38e434d9ddafe651f05
1 // CS4021: The CallerFilePath attribute can only be applied to parameters with default value
2 // Line: 8
4 using System.Runtime.CompilerServices;
6 class C
8 public void Trace([CallerFilePath] string member)