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