4 writes to first
System.Private.Xml (4)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
18first = false;
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
47this.first = it.first;
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
23first = false;
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
35first = false;
4 references to first
System.Private.Xml (4)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
16if (first)
System\Xml\XPath\Internal\XPathAxisIterator.cs (1)
47this.first = it.first;
System\Xml\XPath\Internal\XPathChildIterator.cs (1)
21while ((first) ? nav.MoveToFirstChild() : nav.MoveToNext())
System\Xml\XPath\Internal\XPathDescendantIterator.cs (1)
33if (first)