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