2 writes to _attributes
System.Reflection.Emit (2)
System\Reflection\Emit\EventBuilderImpl.cs (2)
26
_attributes
= attributes;
58
_attributes
|= EventAttributes.SpecialName;
1 reference to _attributes
System.Reflection.Emit (1)
System\Reflection\Emit\EventBuilderImpl.cs (1)
31
internal EventAttributes Attributes =>
_attributes
;