2 references to GetCustomAttributes
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
72return Attribute.GetCustomAttributes(element);
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
96foreach (Attribute attribute in Attribute.GetCustomAttributes(info)) {