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