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)
50
else if (
_current
!= null)
52
_current = GetNextNode(
_current
.NextSibling);
55
return
_current
!= null;
70
Debug.Assert(_state == 1 &&
_current
!= null);
72
return
_current
;