9 references to CompleteExecutionContext
System.Workflow.Activities (6)
ConstrainedGroup.cs (1)
645contextManager.CompleteExecutionContext(childContext);
EventHandlers.cs (1)
254contextManager.CompleteExecutionContext(contextManager.GetExecutionContext(eda));
State.cs (1)
343contextManager.CompleteExecutionContext(childContext);
Task.cs (2)
541contextManager.CompleteExecutionContext(templateExecutionContext); 578contextManager.CompleteExecutionContext(templateExecutionContext);
While.cs (1)
152contextManager.CompleteExecutionContext(contextManager.GetExecutionContext(e.Activity));
System.Workflow.ComponentModel (3)
AuthoringOM\Activity.cs (1)
1742executionContext.ExecutionContextManager.CompleteExecutionContext(resurrectedContext);
AuthoringOM\ActivityExecutionContextCollection.cs (1)
131this.CompleteExecutionContext(newExecutionContext);
AuthoringOM\Filters\CompensationHandlingFilter.cs (1)
247context.ExecutionContextManager.CompleteExecutionContext(childContext);