1 instantiation of ActivityTrackingLocation
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
779ActivityTrackingLocation location = new ActivityTrackingLocation();
13 references to ActivityTrackingLocation
System.Workflow.Runtime (13)
Tracking\TrackingLocationCollection.cs (2)
28public class ActivityTrackingLocationCollection : List<ActivityTrackingLocation> 34public ActivityTrackingLocationCollection(IEnumerable<ActivityTrackingLocation> locations)
Tracking\TrackingProfileSerializer.cs (5)
227private void CreateActivityTrackingLocation(XmlReader reader, ActivityTrackingLocation location) 779ActivityTrackingLocation location = new ActivityTrackingLocation(); 974foreach (ActivityTrackingLocation location in point.MatchingLocations) 994foreach (ActivityTrackingLocation location in point.ExcludedLocations) 1088private void WriteActivityTrackingLocation(ActivityTrackingLocation loc, XmlTextWriter writer)
Tracking\TrackPoint.cs (6)
68foreach (ActivityTrackingLocation location in _exclude) 76foreach (ActivityTrackingLocation location in _match) 87foreach (ActivityTrackingLocation location in _match) 109foreach (ActivityTrackingLocation location in _exclude) 129foreach (ActivityTrackingLocation location in _match) 147foreach (ActivityTrackingLocation location in _exclude)