5 references to HasPendingWork
System.Activities (5)
System\Activities\ActivityInstance.cs (4)
1148else if (!this.HasPendingWork) 1171Fx.Assert(this.HasPendingWork || activityCompleted, "should have scheduled work pending if we're not complete"); 1173else if (!this.HasPendingWork) 1195Fx.Assert(!this.HasPendingWork, "Shouldn't have pending work here.");
System\Activities\Runtime\ActivityExecutor.cs (1)
2964if (!parent.HasPendingWork)