2 writes to tables
System.Data.Linq (2)
DataContext.cs (2)
148
this.
tables
= null;
190
this.
tables
= new Dictionary<MetaTable, ITable>();
2 references to tables
System.Data.Linq (2)
DataContext.cs (2)
394
if (!this.
tables
.TryGetValue(metaTable, out tb)) {
398
this.
tables
.Add(metaTable, tb);