1 write to executor
System.Activities (1)
System\Activities\HandleInitializationContext.cs (1)
21
this.
executor
= executor;
6 references to executor
System.Activities (6)
System\Activities\HandleInitializationContext.cs (6)
37
return this.
executor
;
56
this.
executor
.AddHandle(value);
64
return this.
executor
.GetExtension<T>();
89
this.
executor
.AddHandle((Handle)value);
97
return this.
executor
.BookmarkScopeManager.CreateAndRegisterScope(Guid.Empty);
104
this.
executor
.BookmarkScopeManager.UnregisterScope(bookmarkScope);