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)
31internal EventAttributes Attributes => _attributes;