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