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); 78return _temp.MoveToAttribute(localName, namespaceURI) ? _temp.Value! : string.Empty;