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