3 references to ChangeActions
System.Workflow.Runtime (3)
Tracking.cs (3)
766
if (null == e.
ChangeActions
)
776
channel.GetTrackingProfile(exec).WorkflowChangeBegin(e.
ChangeActions
);
817
WorkflowTrackingRecord rec = new WorkflowTrackingRecord(TrackingWorkflowEvent.Changed, dt, eventOrderId, new TrackingWorkflowChangedEventArgs(e.
ChangeActions
, exec.WorkflowDefinition));