1 write to _poolNameCache
System.ServiceModel.NetFramingBase (1)
System\ServiceModel\Channels\ConnectionPool.cs (1)
625
_poolNameCache
= new PoolNameCache();
2 references to _poolNameCache
System.ServiceModel.NetFramingBase (2)
System\ServiceModel\Channels\ConnectionPool.cs (2)
668
if (!
_poolNameCache
.TryGetValue(via, out result))
671
_poolNameCache
.Add(via, result);