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