6 references to WorkflowExecutionEvent
System.Workflow.Runtime (6)
DebugEngine\DebugController.cs (2)
421executor.WorkflowExecutionEvent -= OnInstanceEvent; 906executor.WorkflowExecutionEvent += OnInstanceEvent;
PerformanceCounterManager.cs (1)
347exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent);
Tracking.cs (2)
109exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent); 189exec.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(listener.WorkflowExecutionEvent);
WorkflowRuntime.cs (1)
1204workflowExecutor.WorkflowExecutionEvent += new EventHandler<WorkflowExecutor.WorkflowExecutionEventArgs>(WorkflowExecutionEvent);