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