3 writes to offset
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1057this.offset = offset; 1200if (DecodeBytes(buffer, ref offset, ref size, ref isAtEof)) 1213offset = 0;
3 references to offset
System.ServiceModel (3)
System\ServiceModel\Channels\SingletonConnectionReader.cs (3)
1194Buffer.BlockCopy(connection.AsyncReadBuffer, offset, buffer, offset, size); 1228Buffer.BlockCopy(buffer, offset, initialData, 0, size);