7 references to factoryRefCache
System.ServiceModel (7)
System\ServiceModel\ClientBase.cs (7)
829if (factoryRefCache.TryGetValue(this.endpointTrait, out factoryRef)) 834factoryRefCache.Remove(this.endpointTrait); 921if (!factoryRefCache.TryGetValue(this.endpointTrait, out cfRef)) 925factoryRefCache.Add(this.endpointTrait, this.channelFactoryRef); 929TD.ClientBaseCachedChannelFactoryCount(factoryRefCache.Count, maxNumChannelFactories, this); 948if (factoryRefCache.TryGetValue(this.endpointTrait, out factoryRef)) 952factoryRefCache.Remove(this.endpointTrait);