2 references to _tablesByContextAndName
System.Web.DynamicData (2)
DynamicData\MetaModel.cs (2)
330_tablesByContextAndName.Add(new ContextTypeTableNamePair(table.DataContextType, table.Provider.Name), table); 497if (!_tablesByContextAndName.TryGetValue(new ContextTypeTableNamePair(contextType, tableName), out table)) {