6 references to ContextId
System.Workflow.Runtime (6)
DebugEngine\DebugController.cs (3)
948
int context = ContextActivityUtils.
ContextId
(contextActivity);
1028
int context = ContextActivityUtils.
ContextId
(contextActivity);
1042
return ContextActivityUtils.
ContextId
(contextActivity);
WorkflowExecutor.cs (2)
1389
int contextId = ContextActivityUtils.
ContextId
(dynamicActivity);
1401
int contextId = ContextActivityUtils.
ContextId
(dynamicActivity);
WorkflowStateRollbackService.cs (1)
61
this.activityContextId = ContextActivityUtils.
ContextId
(ContextActivityUtils.ContextActivity(currentActivity));