3 references to _tablesByUniqueName
System.Web.DynamicData (3)
DynamicData\MetaModel.cs (3)
323_tablesByUniqueName.Add(table.Name, table); 337if (!_tablesByUniqueName.TryGetValue(table.Name, out nameConflictTable)) { 476return _tablesByUniqueName.TryGetValue(uniqueTableName, out table);