6 writes to _currentNode
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (6)
33_currentNode = Clone(other._currentNode); 65_currentNode = result; 75_currentNode = res1; 84_currentNode = res2; 116_currentNode = res1; 124_currentNode = res2;
2 references to _currentNode
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\UnionExpr.cs (2)
33_currentNode = Clone(other._currentNode); 162public override XPathNavigator Current { get { return _currentNode; } }