1 write to metaTables
System.Data.Linq (1)
Mapping\AttributedMetaModel.cs (1)
76
this.
metaTables
= new Dictionary<Type, MetaTable>();
7 references to metaTables
System.Data.Linq (7)
Mapping\AttributedMetaModel.cs (7)
116
return this.
metaTables
.Values.Where(x => x != null).Distinct();
212
if (this.
metaTables
.TryGetValue(rowType, out table)) {
231
if (!this.
metaTables
.TryGetValue(rowType, out table)) {
235
this.
metaTables
.Add(rowType, null);
238
if (!this.
metaTables
.TryGetValue(root, out table)) {
241
this.
metaTables
.Add(mt.Type, table);
246
this.
metaTables
.Add(rowType, null);