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