Base:
property
CustomAttributes
System.Reflection.ParameterInfo.CustomAttributes
4 overrides of CustomAttributes
System.Private.CoreLib (4)
System\Reflection\Runtime\ParameterInfos\RuntimeFatMethodParameterInfo.cs (1)
23
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
32
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\ParameterInfos\RuntimeSyntheticParameterInfo.cs (1)
34
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
System\Reflection\Runtime\ParameterInfos\RuntimeThinMethodParameterInfo.cs (1)
33
public sealed override IEnumerable<CustomAttributeData>
CustomAttributes
2 references to CustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\General\LegacyCustomAttributeApis.cs (1)
168
public sealed override IList<CustomAttributeData> GetCustomAttributesData() =>
CustomAttributes
.ToReadOnlyCollection();
System\Reflection\Runtime\ParameterInfos\RuntimePropertyIndexParameterInfo.cs (1)
36
return _backingParameter.
CustomAttributes
;