1 write to executor
System.Activities (1)
System\Activities\Hosting\WorkflowInstance.cs (1)
808
this.
executor
= executor;
17 references to executor
System.Activities (17)
System\Activities\Hosting\WorkflowInstance.cs (17)
815
return this.
executor
.IsPersistable;
845
else if (!this.
executor
.IsIdle)
851
if (this.
executor
.State == ActivityInstanceState.Executing)
901
return this.
executor
.GetAllBookmarks();
919
return this.
executor
.GetBookmarks(scope);
969
this.
executor
.Run();
977
this.
executor
.PauseScheduler();
991
this.
executor
.PauseWhenPersistable();
1073
this.
executor
.Dispose();
1093
this.
executor
.Abort(reason);
1138
return this.
executor
.PrepareForSerialization();
1148
return this.
executor
.State;
1155
terminationException = this.
executor
.TerminationException;
1156
return this.
executor
.State;
1163
outputs = this.
executor
.WorkflowOutputs;
1164
terminationException = this.
executor
.TerminationException;
1165
return this.
executor
.State;