2 references to GetCustomAttributes
mscorlib (2)
system\reflection\methodinfo.cs (2)
480
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType as RuntimeType, inherit);
495
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType, inherit);