1 write to IsScopeCompleted
System.Workflow.Activities (1)
EventHandlers.cs (1)
324
handlers.
IsScopeCompleted
= true;
6 references to IsScopeCompleted
System.Workflow.Activities (6)
EventHandlers.cs (6)
116
bool scopeCompleted = this.
IsScopeCompleted
;
173
if (activity.ExecutionStatus == ActivityExecutionStatus.Executing && activity.ActivityState != null && !activity.
IsScopeCompleted
)
191
if (activity.ExecutionStatus == ActivityExecutionStatus.Executing && activity.ActivityState != null && !activity.
IsScopeCompleted
)
218
if (this.
IsScopeCompleted
&& AllHandlersAreQuiet(this, executionContext))
277
if (eventHandlers.
IsScopeCompleted
&& AllHandlersAreQuiet(eventHandlers, context))
323
Debug.Assert(!handlers.
IsScopeCompleted
, "Only notified of scope body completion once");