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)
43
Debug.Assert(
_state
> -1);
45
if (
_state
== 0)
60
Debug.Assert(
_state
== -1);
70
Debug.Assert(
_state
== 1 && _current != null);