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)
321object[] customAttributes = GetCustomAttributes(typeof(CustomConstantAttribute), false); 325customAttributes = GetCustomAttributes(typeof(DecimalConstantAttribute), false);