1 write to asyncReadBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
99
this.
asyncReadBuffer
= DiagnosticUtility.Utility.AllocateByteArray(connectionBufferSize);
1 reference to asyncReadBuffer
System.ServiceModel (1)
System\ServiceModel\Channels\PipeConnection.cs (1)
118
return this.
asyncReadBuffer
;