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