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