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