3 references to ActivityTrackingRecord
System.Workflow.Runtime (3)
System\Activities\Statements\InteropEnvironment.cs (1)
111new ActivityTrackingRecord(
Tracking.cs (1)
646ActivityTrackingRecord record = new ActivityTrackingRecord(activity.GetType(), activity.QualifiedName, contextGuid, parentContextGuid, activity.ExecutionStatus, dt, eventOrderId, null);
Tracking\SqlTrackingWorkflowInstance.cs (1)
230activities.Add(eventId, new ActivityTrackingRecord(type, qId, context, parentContext, status, dt, order, null));