2 references to GetCustomAttributes
mscorlib (2)
system\reflection\methodinfo.cs (2)
480return CustomAttribute.GetCustomAttributes(this, typeof(object) as RuntimeType as RuntimeType, inherit); 495return CustomAttribute.GetCustomAttributes(this, attributeRuntimeType, inherit);