15 references to _tables
System.Data (15)
fx\src\data\System\Data\xmlsaver.cs (15)
261if (!_tables.Contains((DataTable)(((ForeignKeyConstraint)constr).RelatedTable))) { 417if (! _tables.Contains((DataTable)r.ChildTable)) { 418_tables.Add((DataTable)r.ChildTable); 436for (int i = 0; i < _tables.Count; i++) { 437DataTable table =(DataTable) _tables[i]; 482_tables.Add(table); 491_tables.Add(dt); 547GenerateConstraintNames(_tables); 555SetupAutoGenerated(_tables); 655if (ds != null && _tables.Count> 0) { // we need to make sure we want to write relation just for tables in list 661else if (writeHierarchy && _tables.Count > 0 ) { 662CreateRelations((DataTable)_tables[0]); 1781if (_tables.Count > 0) { 1782if (!_tables.Contains(foreign.RelatedTable) || !_tables.Contains(foreign.Table))