Base:
method
GetCustomAttributes
System.Reflection.ParameterInfo.GetCustomAttributes(System.Type, System.Boolean)
4 references to GetCustomAttributes
mscorlib (4)
system\reflection\parameterinfo.cs (3)
630object[] dt = GetCustomAttributes(typeof(DateTimeConstantAttribute), false); 669Object[] CustomAttrs = GetCustomAttributes(s_CustomConstantAttributeType, false); 676CustomAttrs = GetCustomAttributes(s_DecimalConstantAttributeType, false);
system\runtime\remoting\remotingattributes.cs (1)
97Object[] attrs = RI.GetCustomAttributes(typeof(SoapParameterAttribute), true);