1 write to _connectionBufferPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
50
_connectionBufferPool
= connectionBufferPool;
2 references to _connectionBufferPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (2)
51
_readBuffer =
_connectionBufferPool
.Take();
400
_connectionBufferPool
.Return(_readBuffer);