2 references to GetCustomAttributes
mscorlib (2)
system\reflection\module.cs (2)
1014
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
1028
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);