1 write to _lazyEventAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Events\RoEvent.cs (1)
48
public sealed override EventAttributes Attributes => (_lazyEventAttributes == EventAttributesSentinel) ? (
_lazyEventAttributes
= ComputeAttributes()) : _lazyEventAttributes;
2 references to _lazyEventAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Events\RoEvent.cs (2)
48
public sealed override EventAttributes Attributes => (
_lazyEventAttributes
== EventAttributesSentinel) ? (_lazyEventAttributes = ComputeAttributes()) :
_lazyEventAttributes
;