1 write to _doc
System.Data (1)
fx\src\data\System\NewXml\XPathNodePointer.cs (1)
117this._doc = doc;
43 references to _doc
System.Data (43)
fx\src\data\System\NewXml\XPathNodePointer.cs (43)
78node = this._doc.SafeNextSibling(node); 111: this ( owner, pointer._doc, pointer._node, pointer._column, pointer._fOnValue, pointer._parentOfNS ) { 123this._doc.AddPointer( (IXmlDataVirtualNode)this ); 195return _doc.NameTable.Add(_column.EncodedColumnName); 225return _doc.NameTable.Add(_column.EncodedColumnName); 251return _doc.NameTable.Add(_column.Namespace); 288XmlNode n = _doc.SafeNextSibling(this._node); 291n = _doc.SafeNextSibling(n); 403_doc.Mapper.GetRegion( this._node, out rowElem ); 424if ( this._doc != pointer._doc ) 447Debug.Assert( node == this._doc || node.OwnerDocument == this._doc ); 458Debug.Assert( node == this._doc || node.OwnerDocument == this._doc ); 520if (!_doc.IsNotMapped( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && ! Convert.IsDBNull( row[c, rowVersion] ) ) 540if (!_doc.IsNotMapped( c ) && (c.ColumnMapping == MappingType.Attribute) == fAttribute && !Convert.IsDBNull( row[c, rowVersion] ) ) 683MoveTo( this._node, c, _doc.IsTextOnly(c)); 688XmlNode n = _doc.SafeFirstChild( _node ); 702n = _doc.SafeNextSibling(n); 726MoveTo( _node, c, _doc.IsTextOnly(c) ); 740n = _doc.SafePreviousSibling( n ); 752MoveTo( parent, c, _doc.IsTextOnly(c) ); 785MoveTo( _node, c, _doc.IsTextOnly( c ) ); 792XmlNode n = _doc.SafeFirstChild( parent ); 798n = _doc.SafeNextSibling( n ); 828XmlNode n = _doc.SafeFirstChild( _node ); 832n = _doc.SafeNextSibling( n ); 860MoveTo( _node, c, _doc.IsTextOnly(c) ); 867XmlNode n = _doc.SafeFirstChild( _node ); 873n = _doc.SafeNextSibling( n ); 891if (_fOnValue && !_doc.IsTextOnly(_column)) { 948return ( pointer._doc == this._doc 1115bool wasFoliationEnabled = this._doc.IsFoliationEnabled; 1116this._doc.IsFoliationEnabled = true; 1117this._doc.Foliate( rowElem, ElementState.StrongFoliation ); 1118this._doc.IsFoliationEnabled = wasFoliationEnabled; 1160if (_doc.IsTextOnly( _column )) 1378MoveTo( this._doc.attrXml, null, false ); 1467MoveTo( this._doc.attrXml, null, false ); 1477this._doc.AssertPointerPresent( this ); 1500internal XmlDataDocument Document { get { return _doc; } }