1 write to conflictingTables
System.Data (1)
fx\src\data\System\Data\CodeGen\datacache.cs (1)
76this.conflictingTables = new ArrayList();
2 references to conflictingTables
System.Data (2)
fx\src\data\System\Data\CodeGen\datacache.cs (2)
173if ((table.DataSet.Tables.InternalIndexOf(table.TableName) == -3) && !conflictingTables.Contains(table.TableName)) { 174conflictingTables.Add(table.TableName);