27 references to ExecutionContextManager
System.Workflow.Activities (17)
ConstrainedGroup.cs (3)
644ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 660ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 677foreach (ActivityExecutionContext activeContext in context.ExecutionContextManager.ExecutionContexts)
EventHandlers.cs (5)
126ActivityExecutionContextManager contextManager = executionContext.ExecutionContextManager; 253ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 298ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 326ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 408ActivityExecutionContextManager contextManager = context.ExecutionContextManager;
State.cs (3)
281ActivityExecutionContextManager contextManager = executionContext.ExecutionContextManager; 324ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 341ActivityExecutionContextManager contextManager = context.ExecutionContextManager;
Task.cs (3)
529ActivityExecutionContextManager contextManager = executionContext.ExecutionContextManager; 576ActivityExecutionContextManager contextManager = executionContext.ExecutionContextManager; 683ActivityExecutionContextManager contextManager = outerProvider.ExecutionContextManager;
While.cs (3)
100ActivityExecutionContextManager contextManager = executionContext.ExecutionContextManager; 123ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 151ActivityExecutionContextManager contextManager = context.ExecutionContextManager;
System.Workflow.ComponentModel (9)
AuthoringOM\Activity.cs (3)
1546foreach (ActivityExecutionContext childContext in currentContext.ExecutionContextManager.ExecutionContexts) 1740ActivityExecutionContext resurrectedContext = executionContext.ExecutionContextManager.DiscardPersistedExecutionContext(contextInfo); 1742executionContext.ExecutionContextManager.CompleteExecutionContext(resurrectedContext);
AuthoringOM\Behaviors\Compensate.cs (1)
119ActivityExecutionContextManager contextManager = context.ExecutionContextManager;
AuthoringOM\Filters\CompensationHandlingFilter.cs (5)
237ActivityExecutionContext[] activeContextsClone = new ActivityExecutionContext[context.ExecutionContextManager.ExecutionContexts.Count]; 238context.ExecutionContextManager.ExecutionContexts.CopyTo(activeContextsClone, 0); 247context.ExecutionContextManager.CompleteExecutionContext(childContext); 326ActivityExecutionContextManager contextManager = context.ExecutionContextManager; 378ActivityExecutionContextManager contextManager = context.ExecutionContextManager;
System.Workflow.Runtime (1)
DebugEngine\DebugController.cs (1)
980foreach (ActivityExecutionContext executionContext in rootContext.ExecutionContextManager.ExecutionContexts)