2 references to GetCustomAttributes
mscorlib (2)
system\reflection\customattribute.cs (2)
1484Attribute[] pca = PseudoCustomAttribute.GetCustomAttributes(ctor, caType, true, out pcaCount); 2531if (GetCustomAttributes(ctor, caType, true, out count).Length != 0)