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