8 writes to _fOnValue
System.Data.Common (8)
System\Xml\DataPointer.cs (8)
26
_fOnValue
= false;
37
_fOnValue
= pointer._fOnValue;
90
_fOnValue
= pointer._fOnValue;
100
_fOnValue
= false;
111
_fOnValue
= fOnValue;
182
_fOnValue
= true;
689
_fOnValue
= false;
866
_fOnValue
= false;
12 references to _fOnValue
System.Data.Common (12)
System\Xml\DataPointer.cs (12)
37
_fOnValue = pointer.
_fOnValue
;
90
_fOnValue = pointer.
_fOnValue
;
177
if (
_fOnValue
)
215
if (
_fOnValue
&& !_doc.IsTextOnly(_column))
256
if (
_fOnValue
&& !_doc.IsTextOnly(_column))
289
if (
_fOnValue
|| _doc.IsTextOnly(_column) || _column.ColumnMapping != MappingType.Attribute)
386
else if (
_fOnValue
)
422
else if (
_fOnValue
)
447
else if (
_fOnValue
)
568
else if (_column.ColumnMapping == MappingType.Attribute ||
_fOnValue
)
675
if (n != null &&
_fOnValue
)
856
Debug.Assert((_column.ColumnMapping == MappingType.SimpleContent) ?
_fOnValue
: true);