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