2 references to GetCustomAttributes
mscorlib (2)
system\reflection\assembly.cs (2)
1648
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
1662
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);