1 write to size
System.ServiceModel (1)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (1)
518
this.
size
= queueSize;
6 references to size
System.ServiceModel (6)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (6)
519
this.buffers = new Slot[
size
];
562
this.head = (this.head + 1) %
size
;
575
Fx.Assert(this.refBufferList.Count <
size
, "Bufferlist is already full.");
577
if (this.refBufferList.Count < this.
size
)
590
Fx.Assert(count <
size
, "The queue is already full.");
591
int tail = (this.head + this.count) %
size
;