2 references to ReservedMask
System.Private.CoreLib (1)
src\System\Reflection\Emit\RuntimeFieldBuilder.cs (1)
32
m_Attributes = attributes & ~FieldAttributes.
ReservedMask
;
System.Reflection.Emit (1)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
34
_attributes = attributes & ~FieldAttributes.
ReservedMask
;