19 references to FireWorkflowExecutionEvent
System.Workflow.Runtime (19)
Lock.cs (1)
296workflowExec.FireWorkflowExecutionEvent(eseg.Sender, eseg.EventType);
WorkflowExecutor.cs (18)
233FireWorkflowExecutionEvent(this, WorkflowEventInternal.Creating); 262FireWorkflowExecutionEvent(this, WorkflowEventInternal.Loading); 274FireWorkflowExecutionEvent(this, WorkflowEventInternal.Created); 276FireWorkflowExecutionEvent(this, WorkflowEventInternal.Loaded); 574FireWorkflowExecutionEvent(this, WorkflowEventInternal.Starting); 596FireWorkflowExecutionEvent(this, WorkflowEventInternal.Started); 651FireWorkflowExecutionEvent(this, WorkflowEventInternal.Runnable); 736FireWorkflowExecutionEvent(this, WorkflowEventInternal.Executing); 758FireWorkflowExecutionEvent(this, WorkflowEventInternal.NotExecuting); 811FireWorkflowExecutionEvent(this, WorkflowEventInternal.SchedulerEmpty); 1059FireWorkflowExecutionEvent(this, WorkflowEventInternal.Persisting); 1071FireWorkflowExecutionEvent(this, WorkflowEventInternal.Persisting); 1169FireWorkflowExecutionEvent(this, WorkflowEventInternal.Completing); 1517FireWorkflowExecutionEvent(this, WorkflowEventInternal.Unloading); 1806FireWorkflowExecutionEvent(this, WorkflowEventInternal.Aborting); 2034FireWorkflowExecutionEvent(this, WorkflowEventInternal.Resuming); 2759FireWorkflowExecutionEvent(this, WorkflowEventInternal.Changed); 2910FireWorkflowExecutionEvent(this, WorkflowEventInternal.HandlerInvoked);