2 writes to tables
System.Data (2)
fx\src\data\System\Data\ConstraintEnumerator.cs (2)
26tables = (dataSet != null) ? dataSet.Tables.GetEnumerator() : null; 36tables = null;
3 references to tables
System.Data (3)
fx\src\data\System\Data\ConstraintEnumerator.cs (3)
33while (tables != null) { 35if (!tables.MoveNext()) { 39constraints = ((DataTable)tables.Current).Constraints.GetEnumerator();