2 writes to navCurrent
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\TreeIterators.cs (2)
394
this.
navCurrent
= XmlQueryRuntime.SyncToNavigator(this.navCurrent, input);
466
this.
navCurrent
= this.navNext;
7 references to navCurrent
System.Data.SqlXml (7)
System\Xml\Xsl\Runtime\TreeIterators.cs (7)
394
this.navCurrent = XmlQueryRuntime.SyncToNavigator(this.
navCurrent
, input);
409
if (this.
navCurrent
.IsDescendant(input))
425
if (this.
navCurrent
.ComparePosition(input) != XmlNodeOrder.Unknown)
434
if (!this.filter.MoveToFollowing(this.
navCurrent
, null))
444
get { return this.
navCurrent
; }
465
navTemp = this.
navCurrent
;
478
if (!XPathFollowingIterator.MoveFirst(this.filter, this.
navCurrent
))