2 references to EventAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Events\RoEvent.cs (2)
47
public sealed override EventAttributes Attributes => (_lazyEventAttributes ==
EventAttributesSentinel
) ? (_lazyEventAttributes = ComputeAttributes()) : _lazyEventAttributes;
50
private volatile EventAttributes _lazyEventAttributes =
EventAttributesSentinel
;