1 write to asyncReadBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
582this.asyncReadBuffer = DiagnosticUtility.Utility.AllocateByteArray(innerStream.Connection.AsyncReadBufferSize);
3 references to asyncReadBuffer
System.ServiceModel (3)
System\ServiceModel\Channels\Connection.cs (3)
576if (this.asyncReadBuffer == null) 580if (this.asyncReadBuffer == null) 587return this.asyncReadBuffer;