1 instantiation of TypeMapping
System.Data.Linq (1)
Mapping\MappingSource.cs (1)
493TypeMapping tm = new TypeMapping();
29 references to TypeMapping
System.Data.Linq (29)
Mapping\MappedMetaModel.cs (10)
222private Type GetRootType(Type type, TypeMapping rootMapping) { 424public MappedRootType(MappedMetaModel model, MappedTable table, TypeMapping typeMapping, Type type) 487private MetaType InitDerivedTypes(TypeMapping typeMap) { 497private MetaType InitInheritedType(TypeMapping typeMap, MappedType type) { 529foreach (TypeMapping tm in typeMap.DerivedTypes) { 567TypeMapping typeMapping; 589internal MappedType(MetaModel model, MetaTable table, TypeMapping typeMapping, Type type, MetaType inheritanceRoot) { 642for (TypeMapping tm = this.typeMapping; tm != null; tm = tm.BaseType) { 1358foreach (TypeMapping rtm in map.Types) { 1397private MetaType GetMetaType(TypeMapping tm, Type elementType) {
Mapping\MappingSource.cs (7)
468private static TypeMapping ReadElementTypeMapping(TypeMapping baseType, XmlReader reader) { 477private static TypeMapping ReadTypeMapping(TypeMapping baseType, XmlReader reader) { 486private static TypeMapping ReadTypeMappingImpl(TypeMapping baseType, XmlReader reader) { 493TypeMapping tm = new TypeMapping();
parent\DbmlShared\Mapping.cs (12)
60private bool IsType(TypeMapping map, Type type) { 65foreach (TypeMapping subMap in map.DerivedTypes) { 126TypeMapping rowType; 141internal TypeMapping RowType { 152List<TypeMapping> types; 157this.types = new List<TypeMapping>(); 184internal List<TypeMapping> Types { 248TypeMapping baseType; 252List<TypeMapping> derivedTypes; 256this.derivedTypes = new List<TypeMapping>(); 259internal TypeMapping BaseType { 288internal List<TypeMapping> DerivedTypes {