2 writes to _iterationStarted
System.Private.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
82
_iterationStarted
= true;
96
_iterationStarted
= false;
2 references to _iterationStarted
System.Private.Xml (2)
System\Xml\XPath\XPathNodeIterator.cs (2)
60
if (
_iterationStarted
)
78
if (!
_iterationStarted
)