2 writes to data
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
1034
this.
data
= this;
1040
this.
data
= iter.data;
8 references to data
System.ServiceModel (8)
System\ServiceModel\Dispatcher\QueryNode.cs (8)
1040
this.data = iter.
data
;
1048
return this.
data
.seq.Count;
1062
if (this.index > this.
data
.seq.Count)
1094
this.
data
.seq = null;
1110
if (null == this.
data
.seq)
1116
if (this.index < this.
data
.seq.Count)
1121
this.nav = (SeekableXPathNavigator)this.
data
.seq[this.index].GetNavigator().Clone();
1125
this.nav.CurrentPosition = this.
data
.seq[this.index].GetNavigatorPosition();