3 writes to _val
mscorlib (3)
system\runtime\compilerservices\methodimplattribute.cs (3)
59_val = ((MethodImplOptions)methodImplAttributes) & all; 64_val = methodImplOptions; 69_val = (MethodImplOptions)value;
1 reference to _val
mscorlib (1)
system\runtime\compilerservices\methodimplattribute.cs (1)
76public MethodImplOptions Value { get {return _val;} }