4 writes to first
System.Xml (4)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
22first = false;
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
48this.first = it.first;
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
26first = false;
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
27first = false;
4 references to first
System.Xml (4)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
21if (first) {
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
48this.first = it.first;
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
25while ((first) ? nav.MoveToFirstChild() : nav.MoveToNext()) {
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
26if (first) {