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