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