1 write to _tableDictionary
System.Data.Common (1)
System\Data\XMLSchema.cs (1)
687_tableDictionary = new Dictionary<DataTable, List<DataTable>>();
6 references to _tableDictionary
System.Data.Common (6)
System\Data\XMLSchema.cs (6)
502_tableDictionary![relation.ParentTable].Add(relation.ChildTable); 1344if (_tableDictionary!.TryGetValue(relation.ParentTable, out List<DataTable>? value)) 1507_tableDictionary!.Add(table, new List<DataTable>()); 1632_tableDictionary!.Add(table, new List<DataTable>()); 1757if (_tableDictionary!.TryGetValue(relation.ParentTable, out List<DataTable>? value)) 2723foreach (DataTable childTable in _tableDictionary![dt])