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