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
);
162
public override XPathNavigator Current { get { return
_currentNode
; } }