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)
76
public MethodImplOptions Value { get {return
_val
;} }