2 writes to connectionPool
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (2)
234this.connectionPool = null; 297this.connectionPool = GetConnectionPool(); // returns an already opened pool
6 references to connectionPool
System.ServiceModel (6)
System\ServiceModel\Channels\ConnectionOrientedTransportChannelFactory.cs (6)
215ConnectionInitiator, connectionPool, exposeConnectionProperty, this.flowIdentity); 220ConnectionInitiator, connectionPool); 225if (this.upgrade != null || this.connectionPool != null) 229if (this.upgrade != null || this.connectionPool != null) 232poolCopy = this.connectionPool; 298Fx.Assert(this.connectionPool != null, "ConnectionPool should always be found");