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)
229
ConnectionInitiator,
_connectionPool
);
234
ConnectionInitiator,
_connectionPool
);
239
if (_upgrade != null ||
_connectionPool
!= null)
243
if (_upgrade != null ||
_connectionPool
!= null)
246
poolCopy =
_connectionPool
;
309
Contract.Assert(
_connectionPool
!= null, "ConnectionPool should always be found");