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