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