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