2 references to GetCustomAttributes
mscorlib (1)
system\reflection\CustomAttributeExtensions.cs (1)
100
return Attribute.
GetCustomAttributes
(element, attributeType);
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
881
ResultTypeAttribute[] attrs = (ResultTypeAttribute[])Attribute.
GetCustomAttributes
(mi, typeof(ResultTypeAttribute));