6 writes to _attributes
System.Reflection.Emit (6)
System\Reflection\Emit\FieldBuilderImpl.cs (6)
34_attributes = attributes & ~FieldAttributes.ReservedMask; 45_attributes |= FieldAttributes.HasDefault; 118_attributes |= FieldAttributes.HasFieldRVA; 132_attributes |= FieldAttributes.NotSerialized; 136_attributes |= FieldAttributes.SpecialName; 139_attributes |= FieldAttributes.HasFieldMarshal;
1 reference to _attributes
System.Reflection.Emit (1)
System\Reflection\Emit\FieldBuilderImpl.cs (1)
178public override FieldAttributes Attributes => _attributes;