1 write to tables
System.Data (1)
fx\src\data\System\Data\XMLDiffLoader.cs (1)
57tables = new ArrayList();
10 references to tables
System.Data (10)
fx\src\data\System\Data\XMLDiffLoader.cs (10)
47if (! tables.Contains((DataTable)r.ChildTable)) { 48tables.Add((DataTable)r.ChildTable); 58tables.Add(dt); 62ProcessDiffs(tables, reader); 67ProcessErrors(tables, reader); 257if (tables == null) 260if (tables.Count == 0) 261return (DataTable)tables[0]; 263for(int i = 0; i < tables.Count; i++) { 264DataTable dt = (DataTable)tables[i];