1 instantiation of WorkflowTrackPoint
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
465WorkflowTrackPoint point = new WorkflowTrackPoint();
6 references to WorkflowTrackPoint
System.Workflow.Runtime (6)
RTTrackingProfile.cs (1)
268foreach (WorkflowTrackPoint point in _profile.WorkflowTrackPoints)
Tracking\TrackingProfileSerializer.cs (3)
465WorkflowTrackPoint point = new WorkflowTrackPoint(); 923foreach (WorkflowTrackPoint point in profile.WorkflowTrackPoints) 1012private void WriteWorkflowTrackPoint(WorkflowTrackPoint point, XmlTextWriter writer)
Tracking\TrackPointCollection.cs (2)
78public class WorkflowTrackPointCollection : List<WorkflowTrackPoint> 84public WorkflowTrackPointCollection(IEnumerable<WorkflowTrackPoint> points)