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