14 references to IsCompleted
System.Activities (14)
System\Activities\ActivityInstance.cs (5)
99if (this.IsCompleted) 749if (this.IsCompleted) 799if (this.IsCompleted) 1302Fx.Assert(!this.IsCompleted, "Should not be completed if we are changing the state."); 1311Fx.Assert(!this.IsCompleted, "Should not be completed if we are changing the state.");
System\Activities\NativeActivityContext.cs (2)
183if (activity.IsCompleted) 235if (activityInstance.IsCompleted)
System\Activities\Runtime\ActivityExecutor.cs (7)
344(this.rootInstance != null && !this.rootInstance.IsCompleted)) 1310if (!this.rootInstance.IsCancellationRequested && !this.rootInstance.IsCompleted) 1395if (!this.rootInstance.IsCompleted) 1428Fx.Assert(!secondaryRootInstance.IsCompleted, "We should not have any complete instances in our list."); 1671if (!exceptionPropagator.IsCompleted) 2104while (waiter != null && waiter.WaitingInstance.IsCompleted) 2301if (this.rootInstance.IsCompleted