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