1 write to _connectionPoolHelper
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (1)
191
_connectionPoolHelper
= new DuplexConnectionPoolHelper(this, connectionPool, connectionInitiator);
6 references to _connectionPoolHelper
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FramingChannels.cs (6)
320
connection = await
_connectionPoolHelper
.EstablishConnectionAsync(timeout);
338
_connectionPoolHelper
.Abort();
348
connection =
_connectionPoolHelper
.EstablishConnection(timeout);
366
_connectionPoolHelper
.Abort();
377
_connectionPoolHelper
.Abort();
381
_connectionPoolHelper
.Close(timeout);