6 writes to _currentNode
System.Private.Xml (6)
System\Xml\XPath\Internal\UnionExpr.cs (6)
31_currentNode = Clone(other._currentNode); 63_currentNode = result; 73_currentNode = res1; 82_currentNode = res2; 114_currentNode = res1; 122_currentNode = res2;
2 references to _currentNode
System.Private.Xml (2)
System\Xml\XPath\Internal\UnionExpr.cs (2)
31_currentNode = Clone(other._currentNode); 160public override XPathNavigator? Current { get { return _currentNode; } }