2 writes to executor
System.Activities (2)
System\Activities\ExclusiveHandle.cs (2)
73
set { this.
executor
= value; }
152
this.
executor
= context.Executor;
2 references to executor
System.Activities (2)
System\Activities\ExclusiveHandle.cs (2)
72
get { return this.
executor
; }
283
List<Handle> executorHandles = this.
executor
.Handles;