1 write to navEnd
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\SiblingIterators.cs (1)
132
this.
navEnd
= XmlQueryRuntime.SyncToNavigator(this.navEnd, context);
3 references to navEnd
System.Data.SqlXml (3)
System\Xml\Xsl\Runtime\SiblingIterators.cs (3)
132
this.navEnd = XmlQueryRuntime.SyncToNavigator(this.
navEnd
, context);
164
return (this.navCurrent.ComparePosition(this.
navEnd
) == XmlNodeOrder.Before);
166
if (this.navCurrent.IsSamePosition(this.
navEnd
)) {