1 // CS0019: Operator `&' cannot be applied to operands of type `System.Reflection.MethodImplAttributes' and `System.Runtime.CompilerServices.MethodImplOptions'
7 using System
.Reflection
;
8 using System
.Runtime
.CompilerServices
;
12 public static void Main ()
14 MethodImplAttributes methodImplAttributes
= 0;
16 if ((methodImplAttributes
& MethodImplOptions
.Synchronized
) == 0) {