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