6 writes to _attributes
System.Reflection.Emit (6)
System\Reflection\Emit\FieldBuilderImpl.cs (6)
34
_attributes
= attributes & ~FieldAttributes.ReservedMask;
44
_attributes
|= FieldAttributes.HasDefault;
50
_attributes
|= FieldAttributes.HasFieldRVA;
64
_attributes
|= FieldAttributes.NotSerialized;
68
_attributes
|= FieldAttributes.SpecialName;
71
_attributes
|= FieldAttributes.HasFieldMarshal;
1 reference to _attributes
System.Reflection.Emit (1)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
110
public override FieldAttributes Attributes =>
_attributes
;