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