Base:
method
GetCustomAttributes
System.Reflection.ParameterInfo.GetCustomAttributes(System.Type, System.Boolean)
2 references to GetCustomAttributes
System.Private.CoreLib (2)
src\System\Reflection\RuntimeParameterInfo.cs (2)
321
object[] customAttributes =
GetCustomAttributes
(typeof(CustomConstantAttribute), false);
325
customAttributes =
GetCustomAttributes
(typeof(DecimalConstantAttribute), false);