2 writes to executor
System.Activities (2)
System\Activities\NativeActivityContext.cs (2)
33this.executor = executor; 95this.executor = executor;
28 references to executor
System.Activities (28)
System\Activities\NativeActivityContext.cs (28)
42return this.executor.BookmarkScopeManager.Default; 68return this.executor.HasRuntimeTransaction; 76return this.executor.RequiresTransactionContextWaiterExists; 84if ((this.Properties.Find(NoPersistProperty.Name) != null) || (this.executor.HasRuntimeTransaction)) 196this.executor.AbortActivityInstance(activity, reason); 207this.executor.AbortWorkflowInstance(reason); 212this.executor.ScheduleTerminate(reason); 249this.executor.CancelActivity(activityInstance); 330return this.executor.BookmarkScopeManager.CreateBookmark(name, scope, callback, this.CurrentInstance, options); 374if (scopeId != Guid.Empty && !this.executor.KeysAllowed) 379return this.executor.BookmarkScopeManager.CreateAndRegisterScope(scopeId, scopeHandle); 387this.executor.BookmarkScopeManager.UnregisterScope(scope); 396if (!this.executor.KeysAllowed) 401this.executor.BookmarkScopeManager.InitializeScope(scope, id); 408this.executor.RethrowException(this.CurrentInstance, context); 415this.CurrentInstance.RemoveAllBookmarks(this.executor.RawBookmarkScopeManager, this.bookmarkManager); 465return this.executor.BookmarkScopeManager.RemoveBookmark(new Bookmark(name), scope, this.CurrentInstance); 475return this.executor.TryResumeUserBookmark(bookmark, value, false); 483this.executor.RegisterMainRootCompleteCallback(bookmark); 491return this.executor.ScheduleSecondaryRootActivity(activity, environment); 577return this.executor.ScheduleActivity(activity, parent, onCompleted, 2180return this.executor.ScheduleDelegate(activityDelegate, inputParameters, parent, declaringActivityInstance.Environment, completionBookmark, faultBookmark); 2193property = this.executor.CreateNoPersistProperty(); 2211Fx.Assert(this.executor.RootPropertyManager != null, "should only have a null owner for host-declared properties"); 2213return new ExecutionProperties(this, null, this.executor.RootPropertyManager); 2243this.executor.RequestTransactionContext(this.CurrentInstance, isRequires, handle, callback, state); 2252this.executor.CompleteTransaction(handle, callback, this.CurrentInstance); 2261this.executor.RequestPersist(onPersistBookmark, this.CurrentInstance);