1 instantiation of ServiceModelSynchronizationContext
System.ServiceModel.Primitives (1)
Internals\System\Runtime\ServiceModelSynchronizationContext.cs (1)
12public static ServiceModelSynchronizationContext Instance = new ServiceModelSynchronizationContext();
3 references to ServiceModelSynchronizationContext
System.ServiceModel.Primitives (3)
Internals\System\Runtime\ServiceModelSynchronizationContext.cs (1)
12public static ServiceModelSynchronizationContext Instance = new ServiceModelSynchronizationContext();
Internals\System\Runtime\TaskHelpers.cs (2)
374if (SynchronizationContext.Current == ServiceModelSynchronizationContext.Instance) 412SynchronizationContext.SetSynchronizationContext(ServiceModelSynchronizationContext.Instance);