1 write to connectionBuffer
SMSvcHost (1)
System\ServiceModel\Activation\DupHandleConnectionReader.cs (1)
169this.connectionBuffer = Connection.AsyncReadBuffer;
4 references to connectionBuffer
SMSvcHost (4)
System\ServiceModel\Activation\DupHandleConnectionReader.cs (4)
70if (Connection.BeginRead(0, connectionBuffer.Length, GetRemainingTimeout(), 81int bytesDecoded = Decode(connectionBuffer, offset, size); 130Buffer.BlockCopy(connectionBuffer, 0, newDataRead, this.dataRead.Length, size); 170Buffer.BlockCopy(this.connectionBuffer, 0, dataRead, accruedDataOffset, offset + size);