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