3 writes to _IgnoreNSforTableLookup
System.Data (3)
fx\src\data\System\Data\Merger.cs (3)
54_IgnoreNSforTableLookup = (dataSet.namespaceURI != source.namespaceURI); // if two DataSets have different 127_IgnoreNSforTableLookup = true; 133_IgnoreNSforTableLookup = true;
6 references to _IgnoreNSforTableLookup
System.Data (6)
fx\src\data\System\Data\Merger.cs (6)
87if (_IgnoreNSforTableLookup) { 141if (_IgnoreNSforTableLookup) { 275if (_IgnoreNSforTableLookup) { 396Constraint dest = src.Clone(dataSet, _IgnoreNSforTableLookup); 482if (_IgnoreNSforTableLookup){ 491if (_IgnoreNSforTableLookup) {