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