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