2 writes to nav
System.Xml (2)
System\Xml\XPath\Internal\XPathAxisIterator.cs (2)
25
this.
nav
= nav;
42
this.
nav
= it.nav.Clone();
14 references to nav
System.Xml (14)
System\Xml\XPath\Internal\XPathAncestorIterator.cs (1)
29
while (
nav
.MoveToParent()) {
System\Xml\XPath\Internal\XPathAxisIterator.cs (8)
42
this.nav = it.
nav
.Clone();
52
get { return
nav
; }
66
type ==
nav
.NodeType ||
69
nav
.NodeType == XPathNodeType.Whitespace ||
70
nav
.NodeType == XPathNodeType.SignificantWhitespace
75
nav
.NodeType == XPathNodeType.Element &&
76
(name.Length == 0 || name ==
nav
.LocalName) &&
77
(uri ==
nav
.NamespaceURI)
System\Xml\XPath\Internal\XPathChildIterator.cs (2)
25
while ((first) ?
nav
.MoveToFirstChild() :
nav
.MoveToNext()) {
System\Xml\XPath\Internal\XPathDescendantIterator.cs (3)
35
if (
nav
.MoveToFirstChild()) {
42
if (
nav
.MoveToNext()) {
45
nav
.MoveToParent();