4 references to InheritanceMappingAttribute
System.Data.Linq (4)
Mapping\AttributedMetaModel.cs (4)
397InheritanceMappingAttribute[] inheritanceInfo = (InheritanceMappingAttribute[])type.GetCustomAttributes(typeof(InheritanceMappingAttribute), true); 410foreach (InheritanceMappingAttribute attr in inheritanceInfo) {