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