2 instantiations of WorkflowDispatchContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowDurableInstance.cs (1)
67using (new WorkflowDispatchContext(true, true))
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
202using (new WorkflowDispatchContext(true))
6 references to WorkflowDispatchContext
System.WorkflowServices (6)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
455if (WorkflowDispatchContext.Current != null && WorkflowDispatchContext.Current.IsWorkflowStarting)
System\ServiceModel\Dispatcher\WorkflowDispatchContext.cs (2)
13static WorkflowDispatchContext workflowDispatchContext = null; 30public static WorkflowDispatchContext Current
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (2)
56WorkflowDispatchContext currentDispatchContext = WorkflowDispatchContext.Current;