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