2 writes to _connectionPool
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
225_connectionPool = null; 278_connectionPool = GetConnectionPool(); // returns an already opened pool
5 references to _connectionPool
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (5)
208ConnectionInitiator, _connectionPool, _exposeConnectionProperty, _flowIdentity); 216if (_upgrade != null || _connectionPool != null) 220if (_upgrade != null || _connectionPool != null) 223poolCopy = _connectionPool; 279Contract.Assert(_connectionPool != null, "ConnectionPool should always be found");