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