6 writes to SynchronizationContext
System.ServiceModel (4)
System\ServiceModel\CallbackBehaviorAttribute.cs (1)
190dispatchRuntime.SynchronizationContext = null;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
1006endpointDispatcher.DispatchRuntime.SynchronizationContext = null;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1195endpointDispatcher.DispatchRuntime.SynchronizationContext = null;
System\ServiceModel\ServiceBehaviorAttribute.cs (1)
390behavior.SynchronizationContext = null;
System.ServiceModel.Discovery (1)
System\ServiceModel\Discovery\ServiceDiscoveryBehavior.cs (1)
139dispatchRuntime.SynchronizationContext = null;
System.WorkflowServices (1)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
302dispatchRuntime.SynchronizationContext = null;
3 references to SynchronizationContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
22this.context = dispatch.SynchronizationContext;
System.WorkflowServices (2)
System\ServiceModel\Description\WorkflowServiceBehavior.cs (1)
308syncSchedulerService.SetSynchronizationContext(dispatchRuntime.SynchronizationContext);
System\ServiceModel\Dispatcher\WorkflowOperationAsyncResult.cs (1)
69workflowInstance, workflowOperationInvoker.DispatchRuntime.SynchronizationContext,