2 writes to _synchronizationContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (2)
57
_synchronizationContext
= ThreadBehavior.GetCurrentSynchronizationContext();
188
_synchronizationContext
= value;
1 reference to _synchronizationContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
182
get { return
_synchronizationContext
; }