2 writes to navEnd
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\TreeIterators.cs (2)
33
this.
navEnd
= null;
36
this.
navEnd
= XmlQueryRuntime.SyncToNavigator(this.navEnd, input);
3 references to navEnd
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\TreeIterators.cs (3)
36
this.navEnd = XmlQueryRuntime.SyncToNavigator(this.
navEnd
, input);
37
this.
navEnd
.MoveToNonDescendant();
53
return (this.filter.MoveToFollowing(this.navCurrent, this.
navEnd
));