4 writes to offset
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
360this.offset = preambleReader.BufferOffset; 428offset = 0; 536offset += bytesDecoded; 789channel.offset = 0;
4 references to offset
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
450connectionToUpgrade = new PreReadConnection(connectionToUpgrade, this.connectionBuffer, this.offset, this.size); 533int bytesDecoded = decoder.Decode(connectionBuffer, offset, size); 804connectionToUpgrade = new PreReadConnection(connectionToUpgrade, channel.connectionBuffer, channel.offset, channel.size); 991: base(channel.Connection, channel.rawConnection, channel.offset, channel.size, channel.RemoteSecurity)