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)
208
ConnectionInitiator,
_connectionPool
, _exposeConnectionProperty, _flowIdentity);
216
if (_upgrade != null ||
_connectionPool
!= null)
220
if (_upgrade != null ||
_connectionPool
!= null)
223
poolCopy =
_connectionPool
;
279
Contract.Assert(
_connectionPool
!= null, "ConnectionPool should always be found");