1 write to contextCache
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
35this.contextCache = new ContextCache();
6 references to contextCache
System.WorkflowServices (6)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (6)
43return this.contextCache; 63if (contextCache.TryGetInstanceContext(instanceId, out result)) 121contextCache.AddInstanceContext(instanceId, instanceContext); 157removed = contextCache.RemoveIfNotBusy(durableInstance.InstanceId, instanceContext); 180contextCache.ReleaseReference(instanceId); 193this.contextCache.Remove(instanceId, instanceContext);