2 writes to _temp
System.Data (2)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (2)
20_temp = new XPathNodePointer( this, doc, node ); 26this._temp = other._temp.Clone( this );
4 references to _temp
System.Data (4)
fx\src\data\System\NewXml\DataDocumentXPathNavigator.cs (4)
26this._temp = other._temp.Clone( this ); 70_temp.MoveTo( _curNode ); 71if ( _temp.MoveToAttribute( localName, namespaceURI ) ) 72return _temp.Value;