1 write to callbacks
System.Activities (1)
System\Activities\Runtime\Scheduler.cs (1)
270
this.
callbacks
= callbacks;
18 references to callbacks
System.Activities (18)
System\Activities\Runtime\Scheduler.cs (18)
181
if (this.
callbacks
.IsAbortPending)
191
isInstanceComplete = this.
callbacks
.IsCompleted;
197
this.
callbacks
.SchedulerIdle();
223
isInstanceComplete = this.
callbacks
.IsCompleted;
226
this.
callbacks
.NotifyUnhandledException(notifyAction.Exception, notifyAction.Source);
241
DiagnosticTraceBase.ActivityId = this.
callbacks
.WorkflowInstanceId;
244
TD.WorkflowActivityStop(this.
callbacks
.WorkflowInstanceId);
252
DiagnosticTraceBase.ActivityId = this.
callbacks
.WorkflowInstanceId;
255
TD.WorkflowActivitySuspend(this.
callbacks
.WorkflowInstanceId);
329
if (this.IsIdle || this.isPausing || this.
callbacks
.IsAbortPending)
333
this.
callbacks
.SchedulerIdle();
402
workflowInstanceId = thisPtr.
callbacks
.WorkflowInstanceId;
414
thisPtr.
callbacks
.ThreadAcquired();
445
nextAction = thisPtr.
callbacks
.ExecuteWorkItem(currentWorkItem);
466
isInstanceComplete = thisPtr.
callbacks
.IsCompleted;
472
thisPtr.
callbacks
.SchedulerIdle();
494
isInstanceComplete = thisPtr.
callbacks
.IsCompleted;
497
thisPtr.
callbacks
.NotifyUnhandledException(notifyAction.Exception, notifyAction.Source);