1 instantiation of Slot
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
523Slot s = new Slot();
6 references to Slot
System.ServiceModel (6)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (6)
507readonly Slot[] buffers; 519this.buffers = new Slot[size]; 523Slot s = new Slot(); 559Slot s = buffers[head]; 592Slot s = this.buffers[tail]; 610Slot s = this.buffers[head];