4 writes to nav
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
1095this.nav = null; 1121this.nav = (SeekableXPathNavigator)this.data.seq[this.index].GetNavigator().Clone(); 1132this.nav = null; 1138this.nav = null;
3 references to nav
System.ServiceModel (3)
System\ServiceModel\Dispatcher\QueryNode.cs (3)
1080return this.nav; 1118if (null == this.nav) 1125this.nav.CurrentPosition = this.data.seq[this.index].GetNavigatorPosition();