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