3 references to GetCustomAttributes
mscorlib (3)
system\reflection\customattribute.cs (3)
122Attribute[] a = PseudoCustomAttribute.GetCustomAttributes((RuntimeMethodInfo)target, typeof(object) as RuntimeType, true, out pcaCount); 1442Attribute[] pca = PseudoCustomAttribute.GetCustomAttributes(method, caType, true, out pcaCount); 2310if (GetCustomAttributes(method, caType, true, out count).Length != 0)