3 writes to ShouldScheduleCompletion
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (3)
1297this.runtimeTransaction.ShouldScheduleCompletion = true; 1336this.runtimeTransaction.ShouldScheduleCompletion = true; 1679this.runtimeTransaction.ShouldScheduleCompletion = false;
1 reference to ShouldScheduleCompletion
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
2093if (this.runtimeTransaction != null && this.runtimeTransaction.ShouldScheduleCompletion)