2 writes to iterationStarted
System.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
74
this.
iterationStarted
= true;
86
this.
iterationStarted
= false;
2 references to iterationStarted
System.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
56
if (this.
iterationStarted
) {
71
if (!this.
iterationStarted
) {