3 references to ReservedMask
System.Private.CoreLib (2)
src\System\Reflection\Emit\RuntimeConstructorBuilder.cs (1)
132
attributes &= ~ParameterAttributes.
ReservedMask
;
src\System\Reflection\Emit\RuntimeMethodBuilder.cs (1)
649
attributes &= ~ParameterAttributes.
ReservedMask
;
System.Reflection.Emit (1)
System\Reflection\Emit\MethodBuilderImpl.cs (1)
141
attributes &= ~ParameterAttributes.
ReservedMask
;