3 writes to navCurr
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\SetIterators.cs (3)
69
this.
navCurr
= nestedNavigator;
74
this.
navCurr
= nestedNavigator;
133
this.
navCurr
= this.navOther;
4 references to navCurr
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\SetIterators.cs (4)
90
if (this.
navCurr
== null) {
98
int order = this.runtime.ComparePosition(this.navOther, this.
navCurr
);
125
get { return this.
navCurr
; }
132
XPathNavigator navTemp = this.
navCurr
;