4 writes to size
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
361
this.
size
= preambleReader.BufferSize;
429
size
= Connection.Read(connectionBuffer, 0, connectionBuffer.Length, timeoutHelper.RemainingTime());
537
size
-= bytesDecoded;
790
channel.
size
= channel.Connection.EndRead();
12 references to size
System.ServiceModel (12)
System\ServiceModel\Channels\SessionConnectionReader.cs (12)
426
if (
size
== 0)
430
if (
size
== 0)
448
if (this.
size
> 0)
450
connectionToUpgrade = new PreReadConnection(connectionToUpgrade, this.connectionBuffer, this.offset, this.
size
);
487
if (
size
== 0)
533
int bytesDecoded = decoder.Decode(connectionBuffer, offset,
size
);
714
if (channel.
size
== 0)
781
if (channel.
size
== 0)
791
if (channel.
size
== 0)
802
if (channel.
size
> 0)
804
connectionToUpgrade = new PreReadConnection(connectionToUpgrade, channel.connectionBuffer, channel.offset, channel.
size
);
991
: base(channel.Connection, channel.rawConnection, channel.offset, channel.
size
, channel.RemoteSecurity)