2 writes to _connectionPool
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (2)
248_connectionPool = null; 308_connectionPool = GetConnectionPool(); // returns an already opened pool
6 references to _connectionPool
System.ServiceModel.NetFramingBase (6)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (6)
229ConnectionInitiator, _connectionPool); 234ConnectionInitiator, _connectionPool); 239if (_upgrade != null || _connectionPool != null) 243if (_upgrade != null || _connectionPool != null) 246poolCopy = _connectionPool; 309Contract.Assert(_connectionPool != null, "ConnectionPool should always be found");