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