1 write to workflowExecutors
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
185workflowExecutors = new FanOutOnKeyDictionary<Guid, WorkflowExecutor>((Environment.ProcessorCount * 4) - 1);
4 references to workflowExecutors
System.Workflow.Runtime (4)
WorkflowRuntime.cs (4)
472Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[key]; 526Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[instanceId]; 1597foreach (Dictionary<Guid, WorkflowExecutor> executors in workflowExecutors) 1613Dictionary<Guid, WorkflowExecutor> executors = workflowExecutors[instanceId];