4 references to CompletedExecutionContexts
System.Workflow.ComponentModel (4)
AuthoringOM\Behaviors\Compensate.cs (2)
133for (int index = contextManager.CompletedExecutionContexts.Count - 1; index >= 0; index--) 136ActivityExecutionContextInfo completedActivityInfo = contextManager.CompletedExecutionContexts[index];
AuthoringOM\Filters\CompensationHandlingFilter.cs (2)
379for (int index = contextManager.CompletedExecutionContexts.Count - 1; index >= 0; index--) 382ActivityExecutionContextInfo completedActivityInfo = contextManager.CompletedExecutionContexts[index];