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