1 write to _asyncReadBuffer
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (1)
478
_asyncReadBuffer
= Fx.AllocateByteArray(_innerStream.Connection.AsyncReadBufferSize);
3 references to _asyncReadBuffer
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Connection.cs (3)
472
if (
_asyncReadBuffer
== null)
476
if (
_asyncReadBuffer
== null)
483
return
_asyncReadBuffer
;