1 write to _tableDictionary
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
688_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); 1342if (_tableDictionary!.TryGetValue(relation.ParentTable, out List<DataTable>? value)) 1504_tableDictionary!.Add(table, new List<DataTable>()); 1628_tableDictionary!.Add(table, new List<DataTable>()); 1753if (_tableDictionary!.TryGetValue(relation.ParentTable, out List<DataTable>? value)) 2720foreach (DataTable childTable in _tableDictionary![dt])