2 references to GetCustomAttributes
mscorlib (2)
system\reflection\customattribute.cs (2)
1484
Attribute[] pca = PseudoCustomAttribute.
GetCustomAttributes
(ctor, caType, true, out pcaCount);
2531
if (
GetCustomAttributes
(ctor, caType, true, out count).Length != 0)