3 writes to firstFreeIndex
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (3)
66this.firstFreeIndex = this.items[index].nextFreeIndex; 186this.firstFreeIndex = 1; 232this.firstFreeIndex = index;
3 references to firstFreeIndex
System.ServiceModel (3)
System\ServiceModel\Dispatcher\InstanceContextManager.cs (3)
48if (this.firstFreeIndex == 0) 65int index = this.firstFreeIndex; 230this.items[index].nextFreeIndex = this.firstFreeIndex;