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