1 write to SynchronizationContext
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
193
callbackState.
SynchronizationContext
= null;
2 references to SynchronizationContext
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (2)
190
if (callbackState.
SynchronizationContext
!= null)
192
SynchronizationContext synchronizationContext = callbackState.
SynchronizationContext
;