6 references to Type
System.Data.Linq (6)
Mapping\AttributedMetaModel.cs (6)
411if (!type.IsAssignableFrom(attr.Type)) { 412throw Error.InheritanceTypeDoesNotDeriveFromRoot(attr.Type, type); 414if (attr.Type.IsAbstract) { 415throw Error.AbstractClassAssignInheritanceDiscriminator(attr.Type); 417AttributedMetaType mt = this.CreateInheritedType(type, attr.Type); 422throw Error.InheritanceTypeHasMultipleDiscriminators(attr.Type);