Home
last modified time | relevance | path

Searched defs:workflowExecutor (Results 1 – 3 of 3) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/
H A DWorkflowStateRollbackService.cs16 WorkflowExecutor workflowExecutor; field in System.Workflow.Runtime.WorkflowStateRollbackService
33 public WorkflowStateRollbackService(WorkflowExecutor workflowExecutor) in WorkflowStateRollbackService()
H A DWorkflowRuntime.cs1196 internal void WorkflowExecutorCreated(WorkflowExecutor workflowExecutor, bool loaded) in WorkflowExecutorCreated()
H A DWorkflowExecutor.cs3125 private WorkflowExecutor workflowExecutor = null; field in System.Workflow.Runtime.WorkflowExecutor.ResetCurrentActivity
3127 … internal ResetCurrentActivity(WorkflowExecutor workflowExecutor, Activity oldCurrentActivity) in ResetCurrentActivity()