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