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