2 writes to nextFreeIndex
System.ServiceModel (2)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (2)
184
this.items[i].
nextFreeIndex
= i + 1;
230
this.items[index].
nextFreeIndex
= this.firstFreeIndex;
1 reference to nextFreeIndex
System.ServiceModel (1)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (1)
66
this.firstFreeIndex = this.items[index].
nextFreeIndex
;