w32file-unix.c: In function 'mono_w32file_get_file_size':
[mono-project.git] / mcs / errors / cs4022.cs
blobbfb120c69cf474b98b1feeae0622a794608a8644
1 // CS4022: The CallerMemberName 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([CallerMemberName] string member)