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