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)
110public override FieldAttributes Attributes => _attributes;