7 references to s_factoryRefCache
System.ServiceModel.Primitives (7)
System\ServiceModel\ClientBase.cs (7)
656if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 661s_factoryRefCache.Remove(_endpointTrait); 754if (!s_factoryRefCache.TryGetValue(_endpointTrait, out cfRef)) 758s_factoryRefCache.Add(_endpointTrait, _channelFactoryRef); 762WcfEventSource.Instance.ClientBaseCachedChannelFactoryCount(s_factoryRefCache.Count, MaxNumChannelFactories, this); 781if (s_factoryRefCache.TryGetValue(_endpointTrait, out factoryRef)) 785s_factoryRefCache.Remove(_endpointTrait);