1 override of ComputeAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\Ecma\EcmaProperty.cs (1)
59
protected sealed override PropertyAttributes
ComputeAttributes
() => PropertyDefinition.Attributes;
1 reference to ComputeAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
49
public sealed override PropertyAttributes Attributes => (_lazyPropertyAttributes == PropertyAttributesSentinel) ? (_lazyPropertyAttributes =
ComputeAttributes
()) : _lazyPropertyAttributes;