Base:
3 overrides of Attributes
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Parameters\RoFatMethodParameter.cs (1)
26public sealed override ParameterAttributes Attributes => (_lazyParameterAttributes == ParameterAttributesSentinel) ? (_lazyParameterAttributes = ComputeAttributes()) : _lazyParameterAttributes;
System\Reflection\TypeLoading\Parameters\RoPropertyIndexParameter.cs (1)
29public sealed override ParameterAttributes Attributes => _backingParameter.Attributes;
System\Reflection\TypeLoading\Parameters\RoThinMethodParameter.cs (1)
23public sealed override ParameterAttributes Attributes => ParameterAttributes.None;
1 reference to Attributes
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Parameters\RoPropertyIndexParameter.cs (1)
29public sealed override ParameterAttributes Attributes => _backingParameter.Attributes;