1 write to executor
System.Workflow.Runtime (1)
System\Activities\Statements\InteropEnvironment.cs (1)
43
this.
executor
= interopExecutor;
15 references to executor
System.Workflow.Runtime (15)
System\Activities\Statements\InteropEnvironment.cs (15)
46
this.
executor
.ServiceProvider = this;
68
this.
executor
.Initialize(definition, this.Activity.GetInputArgumentValues(context), this.Activity.HasNameCollision);
69
ProcessExecutionStatus(this.
executor
.Execute());
83
ProcessExecutionStatus(this.
executor
.Cancel());
98
ProcessExecutionStatus(this.
executor
.EnqueueEvent(queueName, item));
148
ProcessExecutionStatus(this.
executor
.Resume());
189
this.initialBookmarks = this.
executor
.Queues;
194
this.
executor
.SetAmbientTransactionAndServiceEnvironment(this.transaction);
211
this.
executor
.ClearAmbientTransactionAndServiceEnvironment();
214
IEnumerable<IComparable> currentBookmarks = this.
executor
.Queues;
222
this.
executor
.Outputs, this.nativeActivityContext);
225
this.
executor
.BookmarkQueueMap.Clear();
262
this.
executor
.BookmarkQueueMap.Add(v2Bookmark, bookmark);
271
foreach (KeyValuePair<Bookmark, IComparable> entry in this.
executor
.BookmarkQueueMap)
281
this.
executor
.BookmarkQueueMap.Remove(bookmarkToRemove);