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