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