2 writes to _attributes
System.Reflection.Emit (2)
System\Reflection\Emit\PropertyBuilderImpl.cs (2)
34
_attributes
= attributes;
69
_attributes
|= PropertyAttributes.SpecialName;
1 reference to _attributes
System.Reflection.Emit (1)
System\Reflection\Emit\PropertyBuilderImpl.cs (1)
97
public override PropertyAttributes Attributes =>
_attributes
;