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