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