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