1 write to _lazyParameterAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (1)
26
public sealed override ParameterAttributes Attributes => (_lazyParameterAttributes == ParameterAttributesSentinel) ? (
_lazyParameterAttributes
= ComputeAttributes()) : _lazyParameterAttributes;
2 references to _lazyParameterAttributes
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (2)
26
public sealed override ParameterAttributes Attributes => (
_lazyParameterAttributes
== ParameterAttributesSentinel) ? (_lazyParameterAttributes = ComputeAttributes()) :
_lazyParameterAttributes
;