3 writes to _state
Microsoft.Build (3)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (3)
38_state = -1; 47_state = 1; 62_state = 0;
4 references to _state
Microsoft.Build (4)
Xml\ProjectXmlUtilities.XmlElementChildIterator.cs (4)
43Debug.Assert(_state > -1); 45if (_state == 0) 60Debug.Assert(_state == -1); 70Debug.Assert(_state == 1 && _current != null);