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