7 writes to _fOnValue
System.Data (7)
fx\src\data\System\NewXml\XPathNodePointer.cs (7)
120
this.
_fOnValue
= bOnValue;
437
this.
_fOnValue
= pointer._fOnValue;
450
this.
_fOnValue
= false;
461
this.
_fOnValue
= _fOnValue;
851
_fOnValue
= true;
935
this.
_fOnValue
= false;
1183
this.
_fOnValue
= false;
20 references to _fOnValue
System.Data (20)
fx\src\data\System\NewXml\XPathNodePointer.cs (20)
111
: this ( owner, pointer._doc, pointer._node, pointer._column, pointer.
_fOnValue
, pointer._parentOfNS ) {
158
else if (this.
_fOnValue
) {
191
else if (this.
_fOnValue
) {
220
else if (this.
_fOnValue
) {
244
else if (this.
_fOnValue
) {
296
else if (this._column.ColumnMapping == MappingType.Attribute || this.
_fOnValue
) {
437
this._fOnValue = pointer.
_fOnValue
;
674
if (
_fOnValue
) {
720
if (
_fOnValue
)
815
return !
_fOnValue
;
849
if (
_fOnValue
) //text node has no children to move to
891
if (
_fOnValue
&& !_doc.IsTextOnly(_column)) {
951
&& pointer.
_fOnValue
== this.
_fOnValue
1025
Debug.Assert( this.
_fOnValue
!= other.
_fOnValue
);
1026
if ( this.
_fOnValue
)
1173
if (n != null &&
_fOnValue
)
1494
Debug.Assert( (this._column.ColumnMapping == MappingType.SimpleContent) ? (this.
_fOnValue
== true) : true );
1497
Debug.Assert( !this.
_fOnValue
);