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