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