2 references to GetCustomAttributes
mscorlib (2)
system\reflection\eventinfo.cs (2)
306
return CustomAttribute.
GetCustomAttributes
(this, typeof(object) as RuntimeType);
320
return CustomAttribute.
GetCustomAttributes
(this, attributeRuntimeType);