2 writes to _temp
System.Data.Common (2)
System\Xml\DataDocumentXPathNavigator.cs (2)
22_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); 83_temp.MoveTo(_curNode); 84return _temp.MoveToAttribute(localName, namespaceURI) ? _temp.Value! : string.Empty;