3 references to GetCustomAttributes
mscorlib (3)
system\reflection\customattribute.cs (3)
180Attribute[] a = PseudoCustomAttribute.GetCustomAttributes(target, typeof(object) as RuntimeType, false, out pcaCount); 1560Attribute[] pca = PseudoCustomAttribute.GetCustomAttributes(assembly, caType, true, out pcaCount); 2421return GetCustomAttributes(assembly, caType, true, out count).Length > 0;