2 writes to _temp
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (2)
23
_temp
= new XPathNodePointer(this, doc, node);
30
_temp
= other._temp.Clone(this);
4 references to _temp
System.Data.Common (4)
System\Xml\DataDocumentXPathNavigator.cs (4)
30
_temp = other.
_temp
.Clone(this);
77
_temp
.MoveTo(_curNode);
78
return
_temp
.MoveToAttribute(localName, namespaceURI) ?
_temp
.Value! : string.Empty;