1 write to connectionBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\SessionConnectionReader.cs (1)
329
this.
connectionBuffer
= Connection.AsyncReadBuffer;
4 references to connectionBuffer
System.ServiceModel (4)
System\ServiceModel\Channels\SessionConnectionReader.cs (4)
158
if (Connection.BeginRead(0,
connectionBuffer
.Length, GetRemainingTimeout(), readCallback, this)
168
int bytesDecoded = decoder.Decode(
connectionBuffer
, offset, size);
320
Connection, faultString, this.
connectionBuffer
, GetRemainingTimeout(),
359
this.connectionBuffer = preambleReader.
connectionBuffer
;