1 write to factoryCache
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\ChannelManager.cs (1)
37this.factoryCache = new Dictionary<EndpointAddress, ChannelFactoryReference>();
7 references to factoryCache
System.WorkflowServices (7)
System\Workflow\Runtime\Hosting\ChannelManager.cs (7)
87foreach (ChannelFactoryReference factory in this.factoryCache.Values) 91this.factoryCache.Clear(); 239this.factoryCache.TryGetValue(key, out currentFactory); 243this.factoryCache.Remove(key); 260if (this.factoryCache.TryGetValue(address, out factory)) 264this.factoryCache.Remove(address); 274this.factoryCache[address] = factory;