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