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);