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