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