Base:
method
GetCustomAttributes
System.Reflection.ParameterInfo.GetCustomAttributes(System.Type, System.Boolean)
2 references to GetCustomAttributes
System.Private.CoreLib (2)
System\Reflection\Runtime\ParameterInfos\NativeFormat\NativeFormatMethodParameterInfo.cs (2)
102
object[] customAttributes =
GetCustomAttributes
(typeof(CustomConstantAttribute), false);
106
customAttributes =
GetCustomAttributes
(typeof(DecimalConstantAttribute), false);