1 write to MatchingLocation
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
466point.MatchingLocation = new WorkflowTrackingLocation();
3 references to MatchingLocation
System.Workflow.Runtime (3)
Tracking\TrackingProfileSerializer.cs (3)
476point.MatchingLocation.Events.Add((TrackingWorkflowEvent)Enum.Parse(typeof(TrackingWorkflowEvent), reader.ReadString())); 1016if (null == point.MatchingLocation) 1021WriteWorkflowTrackingLocation(point.MatchingLocation, writer);