3 writes to bookmarkManager
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (3)
121
this.
bookmarkManager
= new BookmarkManager();
538
set { this.
bookmarkManager
= value; }
1051
this.
bookmarkManager
= null;
16 references to bookmarkManager
System.Activities (16)
System\Activities\Runtime\ActivityExecutor.cs (16)
476
return this.
bookmarkManager
;
537
get { return this.
bookmarkManager
; }
927
bool result = workItem.Execute(this,
bookmarkManager
);
1281
Bookmark bookmark = this.
bookmarkManager
.CreateBookmark(callback, callbackOwner, BookmarkOptions.None);
1291
this.
bookmarkManager
.TryGenerateWorkItem(this, false, ref bookmark, null, isolationScope, out workItem);
1397
this.rootInstance.Abort(this, this.
bookmarkManager
, terminationException, isTerminate);
1430
secondaryRootInstance.Abort(this, this.
bookmarkManager
, terminationException, isTerminate);
1869
if (!workItem.Execute(this, this.
bookmarkManager
))
2130
instance.Abort(this, this.
bookmarkManager
, reason, true);
2245
targetInstance.MarkAsComplete(this.bookmarkScopeManager, this.
bookmarkManager
);
2549
BookmarkResumptionResult result = this.
bookmarkManager
.TryGenerateWorkItem(this, isExternal, ref bookmark, value, isolationInstance, out resumeExecutionWorkItem);
2597
if (this.
bookmarkManager
!= null && this.
bookmarkManager
.HasBookmarks)
2601
this.
bookmarkManager
.PopulateBookmarkInfo(bookmarks);
2670
BookmarkResumptionResult result = this.BookmarkScopeManager.TryGenerateWorkItem(this, ref bookmark, scope, value, isolationInstance, hasOperations || this.
bookmarkManager
.HasBookmarks, out resumeExecutionWorkItem);
3026
this.
bookmarkManager
.GenerateTempBookmark(),