1 write to items
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (1)
303items = new ReceiveScopeSignalGate[size];
4 references to items
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MultipleReceiveBinder.cs (4)
316this.items[(this.head + this.count) % this.size] = receiveScope; 326this.items[head] = null; 336if (this.items[head].Unlock(out result)) 364if (this.items[nextPending].Signal(result))