1 write to _tableDictionary
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
690
_tableDictionary
= new Dictionary<DataTable, List<DataTable>>();
6 references to _tableDictionary
System.Data.Common (6)
System\Data\XMLSchema.cs (6)
505
_tableDictionary
![relation.ParentTable].Add(relation.ChildTable);
1348
if (
_tableDictionary
!.TryGetValue(relation.ParentTable, out List<DataTable>? value))
1511
_tableDictionary
!.Add(table, new List<DataTable>());
1636
_tableDictionary
!.Add(table, new List<DataTable>());
1761
if (
_tableDictionary
!.TryGetValue(relation.ParentTable, out List<DataTable>? value))
2733
foreach (DataTable childTable in
_tableDictionary
![dt])