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)
472if (_asyncReadBuffer == null) 476if (_asyncReadBuffer == null) 483return _asyncReadBuffer;