2 references to GetCustomAttributes
mscorlib (2)
system\reflection\customattribute.cs (2)
99Attribute[] a = PseudoCustomAttribute.GetCustomAttributes((RuntimeFieldInfo)target, typeof(object) as RuntimeType, out pcaCount); 1534Attribute[] pca = PseudoCustomAttribute.GetCustomAttributes(field, caType, out pcaCount);