1 write to metaTables
System.Data.Linq (1)
Mapping\MappedMetaModel.cs (1)
41
this.
metaTables
= new Dictionary<Type, MetaTable>();
3 references to metaTables
System.Data.Linq (3)
Mapping\MappedMetaModel.cs (3)
88
this.
metaTables
.Add(mt.Type, table);
169
return this.
metaTables
.Values.Where(x => x != null).Distinct();
177
this.
metaTables
.TryGetValue(rowType, out table);