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