1 instantiation of UserTrackingLocation
System.Workflow.Runtime (1)
Tracking\TrackingProfileSerializer.cs (1)
815UserTrackingLocation location = new UserTrackingLocation();
10 references to UserTrackingLocation
System.Workflow.Runtime (10)
Tracking\TrackingLocationCollection.cs (2)
53public class UserTrackingLocationCollection : List<UserTrackingLocation> 59public UserTrackingLocationCollection(IEnumerable<UserTrackingLocation> locations)
Tracking\TrackingProfileSerializer.cs (5)
343private void CreateUserTrackingLocation(XmlReader reader, UserTrackingLocation location) 815UserTrackingLocation location = new UserTrackingLocation(); 1044foreach (UserTrackingLocation location in point.MatchingLocations) 1065foreach (UserTrackingLocation location in point.ExcludedLocations) 1116private void WriteUserTrackingLocation(UserTrackingLocation loc, XmlTextWriter writer)
Tracking\TrackPoint.cs (3)
214foreach (UserTrackingLocation location in _match) 227foreach (UserTrackingLocation location in _exclude) 232foreach (UserTrackingLocation location in _match)