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)
87
if (
_IgnoreNSforTableLookup
) {
141
if (
_IgnoreNSforTableLookup
) {
275
if (
_IgnoreNSforTableLookup
) {
396
Constraint dest = src.Clone(dataSet,
_IgnoreNSforTableLookup
);
482
if (
_IgnoreNSforTableLookup
){
491
if (
_IgnoreNSforTableLookup
) {