7 writes to currentNode
System.Data (7)
fx\src\data\System\NewXml\TreeIterator.cs (7)
20this.currentNode = nodeTop; 24currentNode = nodeTop; 41currentNode = nextNode; 50currentNode = null; 57currentNode = nextNode; 67currentNode = null; 71currentNode = nextNode.NextSibling;
6 references to currentNode
System.Data (6)
fx\src\data\System\NewXml\TreeIterator.cs (6)
29return currentNode; 37nextNode = currentNode.FirstChild; 49if ( currentNode == nodeTop ) { 54XmlNode nextNode = currentNode.NextSibling; 62nextNode = currentNode; 72Debug.Assert( currentNode != null );