4 writes to index
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
1227
this.
index
= -1;
1243
this.
index
= this.indexStart;
1252
this.
index
++;
1259
this.
index
= -1;
4 references to index
System.ServiceModel (4)
System\ServiceModel\Dispatcher\QueryNode.cs (4)
1235
return this.
index
;
1241
if (-1 == this.
index
)
1247
if (this.items[this.
index
].Last)
1258
this.indexStart = this.
index
+ 1;