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