2 writes to readBuffer
System.ServiceModel (2)
System\ServiceModel\Channels\SocketConnection.cs (2)
90this.readBuffer = this.connectionBufferPool.Take(); 1400this.readBuffer = null;
6 references to readBuffer
System.ServiceModel (6)
System\ServiceModel\Channels\SocketConnection.cs (6)
91this.asyncReadBufferSize = this.readBuffer.Length; 127return readBuffer; 1397if (this.readBuffer != null && !this.aborted) 1399this.connectionBufferPool.Return(this.readBuffer); 1529this.asyncReadEventArgs.SetBuffer(this.readBuffer, 0, this.readBuffer.Length);