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