1 write to _navCurrent
System.Private.Xml (1)
System\Xml\Xsl\Runtime\SiblingIterators.cs (1)
28
_navCurrent
= XmlQueryRuntime.SyncToNavigator(_navCurrent, context);
3 references to _navCurrent
System.Private.Xml (3)
System\Xml\Xsl\Runtime\SiblingIterators.cs (3)
28
_navCurrent = XmlQueryRuntime.SyncToNavigator(
_navCurrent
, context);
38
return _filter.MoveToFollowingSibling(
_navCurrent
);
46
get { return
_navCurrent
; }