2 references to GetCustomAttributes
mscorlib (2)
system\attribute.cs (1)
559
return
GetCustomAttributes
(element, true);
system\reflection\CustomAttributeExtensions.cs (1)
85
return Attribute.
GetCustomAttributes
(element, inherit);