2 writes to head
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (2)
300this.head = 0; 327this.head = (head + 1) % this.size;
4 references to head
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (4)
316this.items[(this.head + this.count) % this.size] = receiveScope; 326this.items[head] = null; 327this.head = (head + 1) % this.size; 336if (this.items[head].Unlock(out result))