3 references to GetCustomAttributes
mscorlib (3)
system\reflection\customattribute.cs (3)
76
Attribute[] a = PseudoCustomAttribute.
GetCustomAttributes
((RuntimeType)target, typeof(object) as RuntimeType, true, out pcaCount);
1341
Attribute[] pca = PseudoCustomAttribute.
GetCustomAttributes
(type, caType, true, out pcaCount);
2245
if (
GetCustomAttributes
(type, caType, true, out count).Length != 0)