6 writes to _currentNode
System.Data.Common (6)
System\Xml\TreeIterator.cs (6)
20_currentNode = nodeTop; 35_currentNode = nextNode; 47_currentNode = null!; 55_currentNode = nextNode; 68_currentNode = null!; 73_currentNode = nextNode.NextSibling;
5 references to _currentNode
System.Data.Common (5)
System\Xml\TreeIterator.cs (5)
23internal override XmlNode? CurrentNode => _currentNode; 30nextNode = _currentNode.FirstChild; 45if (_currentNode == _nodeTop) 51XmlNode? nextNode = _currentNode.NextSibling; 60nextNode = _currentNode;