2 instantiations of ActivityTrackingLocationCollection
System.Workflow.Runtime (2)
Tracking\TrackPoint.cs (2)
29private ActivityTrackingLocationCollection _match = new ActivityTrackingLocationCollection(); 30private ActivityTrackingLocationCollection _exclude = new ActivityTrackingLocationCollection();
5 references to ActivityTrackingLocationCollection
System.Workflow.Runtime (5)
Tracking\TrackingProfileSerializer.cs (1)
759private void CreateActivityTrackingLocations(XmlReader reader, ActivityTrackingLocationCollection activities)
Tracking\TrackPoint.cs (4)
29private ActivityTrackingLocationCollection _match = new ActivityTrackingLocationCollection(); 30private ActivityTrackingLocationCollection _exclude = new ActivityTrackingLocationCollection(); 38public ActivityTrackingLocationCollection MatchingLocations 43public ActivityTrackingLocationCollection ExcludedLocations