1 write to _connectionBufferPool
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\SocketConnection.cs (1)
428_connectionBufferPool = new ConnectionBufferPool(bufferSize);
2 references to _connectionBufferPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (2)
929return new CoreClrSocketConnection(socket, _connectionBufferPool); 946return new CoreClrSocketConnection(socket, _connectionBufferPool);