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