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