3 writes to _current
Microsoft.Build (3)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (3)
37_current = null; 48_current = GetNextNode(_element.FirstChild); 52_current = GetNextNode(_current.NextSibling);
5 references to _current
Microsoft.Build (5)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (5)
50else if (_current != null) 52_current = GetNextNode(_current.NextSibling); 55return _current != null; 70Debug.Assert(_state == 1 && _current != null); 72return _current;