2 references to GetCustomAttributes
mscorlib (2)
system\reflection\ConstructorInfo.cs (2)
398return CustomAttribute.GetCustomAttributes(this, typeof(object) as RuntimeType); 412return CustomAttribute.GetCustomAttributes(this, attributeRuntimeType);