2 references to TypeAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Types\RoType.cs (2)
277
protected sealed override TypeAttributes GetAttributeFlagsImpl() => (_lazyTypeAttributes ==
TypeAttributesSentinel
) ? (_lazyTypeAttributes = ComputeAttributeFlags()) : _lazyTypeAttributes;
280
private volatile TypeAttributes _lazyTypeAttributes =
TypeAttributesSentinel
;