1 write to tableDictionary
System.Data (1)
fx\src\data\System\Data\XMLSchema.cs (1)
599tableDictionary = new Dictionary <DataTable, List<DataTable>>() ;
8 references to tableDictionary
System.Data (8)
fx\src\data\System\Data\XMLSchema.cs (8)
443tableDictionary[relation.ParentTable].Add(relation.ChildTable); 1142if (tableDictionary.ContainsKey(relation.ParentTable)) { 1143tableDictionary[relation.ParentTable].Add(relation.ChildTable); 1294tableDictionary.Add(table, new List<DataTable>()); 1409tableDictionary.Add(table, new List<DataTable>()); 1519if (tableDictionary.ContainsKey(relation.ParentTable)) { 1520tableDictionary[relation.ParentTable].Add(relation.ChildTable); 2355foreach(DataTable childTable in tableDictionary[dt]) {