2 instantiations of UserTrackingLocationCollection
System.Workflow.Runtime (2)
Tracking\TrackPoint.cs (2)
177private UserTrackingLocationCollection _match = new UserTrackingLocationCollection(); 178private UserTrackingLocationCollection _exclude = new UserTrackingLocationCollection();
5 references to UserTrackingLocationCollection
System.Workflow.Runtime (5)
Tracking\TrackingProfileSerializer.cs (1)
795private void CreateUserTrackingLocations(XmlReader reader, UserTrackingLocationCollection user)
Tracking\TrackPoint.cs (4)
177private UserTrackingLocationCollection _match = new UserTrackingLocationCollection(); 178private UserTrackingLocationCollection _exclude = new UserTrackingLocationCollection(); 186public UserTrackingLocationCollection MatchingLocations 191public UserTrackingLocationCollection ExcludedLocations