1 instantiation of WorkflowExecutorInitializingEventArgs
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
1202localEvent(workflowExecutor, new WorkflowExecutorInitializingEventArgs(loaded));
5 references to WorkflowExecutorInitializingEventArgs
System.Workflow.Runtime (5)
DebugEngine\DebugController.cs (1)
685private void InstanceInitializing(object sender, WorkflowRuntime.WorkflowExecutorInitializingEventArgs e)
PerformanceCounterManager.cs (1)
334private void WorkflowExecutorInitializing(object sender, WorkflowRuntime.WorkflowExecutorInitializingEventArgs e)
Tracking.cs (1)
95void WorkflowExecutorInitializing(object sender, WorkflowRuntime.WorkflowExecutorInitializingEventArgs e)
WorkflowRuntime.cs (2)
447internal event EventHandler<WorkflowExecutorInitializingEventArgs> WorkflowExecutorInitializing; 1200EventHandler<WorkflowExecutorInitializingEventArgs> localEvent = WorkflowExecutorInitializing;