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