1 override of ComputeAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\Ecma\EcmaFatMethodParameter.cs (1)
36
protected sealed override ParameterAttributes
ComputeAttributes
() => Parameter.Attributes;
1 reference to ComputeAttributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (1)
26
public sealed override ParameterAttributes Attributes => (_lazyParameterAttributes == ParameterAttributesSentinel) ? (_lazyParameterAttributes =
ComputeAttributes
()) : _lazyParameterAttributes;