3 writes to _lastNode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (3)
44
_lastNode
= Clone(other._lastNode);
56
_lastNode
= null;
107
_lastNode
= currentNode.Clone();
3 references to _lastNode
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\CacheChildrenQuery.cs (3)
44
_lastNode = Clone(other.
_lastNode
);
99
if (
_lastNode
!= null)
103
XmlNodeOrder order = CompareNodes(
_lastNode
, currentNode);