2 writes to indexStart
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
1228
this.
indexStart
= -1;
1258
this.
indexStart
= this.index + 1;
2 references to indexStart
System.ServiceModel (2)
System\ServiceModel\Dispatcher\QueryNode.cs (2)
1243
this.index = this.
indexStart
;
1260
return (this.
indexStart
< this.sequence.Count);