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