3 writes to synchronizationContext
System.Activities (3)
System\Activities\Runtime\Scheduler.cs (3)
278this.synchronizationContext = synchronizationContext; 282this.synchronizationContext = SynchronizationContextHelper.GetDefaultSynchronizationContext(); 289this.synchronizationContext = SynchronizationContextHelper.CloneSynchronizationContext(oldScheduler.synchronizationContext);
6 references to synchronizationContext
System.Activities (6)
System\Activities\Runtime\Scheduler.cs (6)
275Fx.Assert(this.synchronizationContext == null, "can only open when in the created state"); 288Fx.Assert(this.synchronizationContext == null, "can only open when in the created state"); 289this.synchronizationContext = SynchronizationContextHelper.CloneSynchronizationContext(oldScheduler.synchronizationContext); 296this.synchronizationContext.OperationStarted(); 303this.synchronizationContext.Post(Scheduler.onScheduledWorkCallback, this); 308this.synchronizationContext.OperationCompleted();