1 type derived from MappedType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
415internal sealed class MappedRootType : MappedType {
1 instantiation of MappedType
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
491MappedType rowType = new MappedType(this.Model, this.Table, typeMap, type, this);
2 references to MappedType
System.Data.Linq (2)
Mapping\MappedMetaModel.cs (2)
491MappedType rowType = new MappedType(this.Model, this.Table, typeMap, type, this); 497private MetaType InitInheritedType(TypeMapping typeMap, MappedType type) {