7 references to s_factoryRefCache
System.ServiceModel.Primitives (7)
System\ServiceModel\ClientBase.cs (7)
636if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 641s_factoryRefCache.Remove(_endpointTrait); 734if (!s_factoryRefCache.TryGetValue(_endpointTrait, out cfRef)) 738s_factoryRefCache.Add(_endpointTrait, _channelFactoryRef); 742WcfEventSource.Instance.ClientBaseCachedChannelFactoryCount(s_factoryRefCache.Count, MaxNumChannelFactories, this); 761if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 765s_factoryRefCache.Remove(_endpointTrait);