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