3 instantiations of DynamicUpdateEventArgs
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
3512localWorkflowExecutionEvent(this, new DynamicUpdateEventArgs(changeActions, WorkflowEventInternal.DynamicChangeBegin)); 3523localWorkflowExecutionEvent(this, new DynamicUpdateEventArgs(changeActions, WorkflowEventInternal.DynamicChangeRollback)); 3534localWorkflowExecutionEvent(this, new DynamicUpdateEventArgs(changeActions, WorkflowEventInternal.DynamicChangeCommit));
8 references to DynamicUpdateEventArgs
System.Workflow.Runtime (8)
Tracking.cs (6)
741DynamicUpdateBegin(exec, (WorkflowExecutor.DynamicUpdateEventArgs)e); 744DynamicUpdateRollback(exec, (WorkflowExecutor.DynamicUpdateEventArgs)e); 747DynamicUpdateCommit(exec, (WorkflowExecutor.DynamicUpdateEventArgs)e); 754internal void DynamicUpdateBegin(object sender, WorkflowExecutor.DynamicUpdateEventArgs e) 780internal void DynamicUpdateRollback(object sender, WorkflowExecutor.DynamicUpdateEventArgs e) 796internal void DynamicUpdateCommit(object sender, WorkflowExecutor.DynamicUpdateEventArgs e)
WorkflowRuntime.cs (2)
1183void DynamicUpdateCommit(object sender, WorkflowExecutor.DynamicUpdateEventArgs e) 1262DynamicUpdateCommit(exec, (WorkflowExecutor.DynamicUpdateEventArgs)e);