7 references to SynchronizationContextHelper
System.Activities (7)
System\Activities\Runtime\Scheduler.cs (2)
282
this.synchronizationContext =
SynchronizationContextHelper
.GetDefaultSynchronizationContext();
289
this.synchronizationContext =
SynchronizationContextHelper
.CloneSynchronizationContext(oldScheduler.synchronizationContext);
System\Activities\SynchronizationContextHelper.cs (5)
16
if (
SynchronizationContextHelper
.defaultContext == null)
18
SynchronizationContextHelper
.defaultContext = new WFDefaultSynchronizationContext();
20
return
SynchronizationContextHelper
.defaultContext;
29
Fx.Assert(
SynchronizationContextHelper
.defaultContext != null, "We must have set the static member by now!");
30
return
SynchronizationContextHelper
.defaultContext;