4 references to ExcludedLocations
System.Workflow.Runtime (4)
Tracking\TrackingProfileSerializer.cs (4)
206
CreateActivityTrackingLocations(reader, point.
ExcludedLocations
);
990
if ((null != point.
ExcludedLocations
) && (point.
ExcludedLocations
.Count > 0))
994
foreach (ActivityTrackingLocation location in point.
ExcludedLocations
)