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