2 instantiations of ContextTypeTableNamePair
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)) {
5 references to ContextTypeTableNamePair
System.Web.DynamicData (5)
DynamicData\MetaModel.cs (5)
25private Dictionary<ContextTypeTableNamePair, MetaTable> _tablesByContextAndName = new Dictionary<ContextTypeTableNamePair, MetaTable>(); 580private class ContextTypeTableNamePair : IEquatable<ContextTypeTableNamePair> { 595public bool Equals(ContextTypeTableNamePair other) { 607return Equals(obj as ContextTypeTableNamePair);