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