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