3 references to 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));