1 write to navCurrent
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\SiblingIterators.cs (1)
29
this.
navCurrent
= XmlQueryRuntime.SyncToNavigator(this.navCurrent, context);
3 references to navCurrent
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\SiblingIterators.cs (3)
29
this.navCurrent = XmlQueryRuntime.SyncToNavigator(this.
navCurrent
, context);
38
return this.filter.MoveToFollowingSibling(this.
navCurrent
);
45
get { return this.
navCurrent
; }