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