1 write to _connectionPoolRegistry
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (1)
206_connectionPoolRegistry = (ConnectionPoolRegistry)s_connectionPoolRegistries[GetType()];
3 references to _connectionPoolRegistry
System.ServiceModel.NetFramingBase (3)
System\ServiceModel\Channels\NetFramingTransportChannelFactory.cs (3)
187return _connectionPoolRegistry.Lookup(this); 192if (_connectionPoolRegistry is null) 213return _connectionPoolRegistry.ReleaseAsync(pool, timeout);