5 writes to preReadOffset
System.ServiceModel (5)
System\ServiceModel\Channels\Connection.cs (5)
184
this.
preReadOffset
= initialOffset;
196
this.
preReadOffset
= 0;
202
this.
preReadOffset
= initialOffset;
215
this.
preReadOffset
+= bytesToCopy;
231
this.
preReadOffset
+= bytesToCopy;
3 references to preReadOffset
System.ServiceModel (3)
System\ServiceModel\Channels\Connection.cs (3)
194
Buffer.BlockCopy(tempBuffer, this.
preReadOffset
, this.preReadData, 0, this.preReadCount);
214
Buffer.BlockCopy(this.preReadData, this.
preReadOffset
, buffer, offset, bytesToCopy);
230
Buffer.BlockCopy(this.preReadData, this.
preReadOffset
, AsyncReadBuffer, offset, bytesToCopy);