Base:
property
Attributes
System.Reflection.ParameterInfo.Attributes
4 overrides of Attributes
System.Private.CoreLib (4)
System\Reflection\Runtime\ParameterInfos\NativeFormat\NativeFormatMethodParameterInfo.cs (1)
38public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
24public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimeSyntheticParameterInfo.cs (1)
26public sealed override ParameterAttributes Attributes
System\Reflection\Runtime\ParameterInfos\RuntimeThinMethodParameterInfo.cs (1)
25public sealed override ParameterAttributes Attributes
2 references to Attributes
System.Private.CoreLib (2)
System\Reflection\Runtime\ParameterInfos\RuntimeFatMethodParameterInfo.cs (1)
30ParameterAttributes attributes = Attributes;
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
28return _backingParameter.Attributes;