2 references to PropertyAttributesSentinel
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Properties\RoProperty.cs (2)
49
public sealed override PropertyAttributes Attributes => (_lazyPropertyAttributes ==
PropertyAttributesSentinel
) ? (_lazyPropertyAttributes = ComputeAttributes()) : _lazyPropertyAttributes;
52
private volatile PropertyAttributes _lazyPropertyAttributes =
PropertyAttributesSentinel
;