1 write to typeMapping
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
592this.typeMapping = typeMapping;
1 reference to typeMapping
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
642for (TypeMapping tm = this.typeMapping; tm != null; tm = tm.BaseType) {