2 writes to synchronizationContext
System.ServiceModel (2)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
100this.synchronizationContext = ThreadBehavior.GetCurrentSynchronizationContext(); 487this.synchronizationContext = value;
1 reference to synchronizationContext
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
481get { return this.synchronizationContext; }