2 references to GetCustomAttributes
mscorlib (2)
system\reflection\parameterinfo.cs (2)
734
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
751
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);