2 writes to head
System.ServiceModel (2)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (2)
516
this.
head
= 0;
562
this.
head
= (this.head + 1) % size;
4 references to head
System.ServiceModel (4)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (4)
559
Slot s = buffers[
head
];
562
this.head = (this.
head
+ 1) % size;
591
int tail = (this.
head
+ this.count) % size;
610
Slot s = this.buffers[
head
];