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)
320connection = await _connectionPoolHelper.EstablishConnectionAsync(timeout); 338_connectionPoolHelper.Abort(); 348connection = _connectionPoolHelper.EstablishConnection(timeout); 366_connectionPoolHelper.Abort(); 377_connectionPoolHelper.Abort(); 381_connectionPoolHelper.Close(timeout);