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