2 references to ReservedMask
mscorlib (2)
system\reflection\emit\constructorbuilder.cs (1)
185
attributes = attributes & ~ParameterAttributes.
ReservedMask
;
system\reflection\emit\methodbuilder.cs (1)
859
attributes = attributes & ~ParameterAttributes.
ReservedMask
;