1 write to syncContext
System.WorkflowServices (1)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (1)
77this.syncContext = synchronizationContext;
2 references to syncContext
System.WorkflowServices (2)
System\Workflow\Runtime\Hosting\SynchronizationContextWorkflowSchedulerService.cs (2)
64if (this.syncContext != null) 66SynchronizationContextPostHelper.Post(this.syncContext, Fx.ThunkCallback(new SendOrPostCallback(callback)), workflowInstanceId);