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); 99if (_lastNode != null) 103XmlNodeOrder order = CompareNodes(_lastNode, currentNode);