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