3 references to Current
System.WorkflowServices (3)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (2)
455
if (WorkflowDispatchContext.
Current
!= null && WorkflowDispatchContext.
Current
.IsWorkflowStarting)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
56
WorkflowDispatchContext currentDispatchContext = WorkflowDispatchContext.
Current
;