3 writes to _trackDerived
System.Workflow.Runtime (3)
Tracking\TrackingLocation.cs (3)
139
_trackDerived
= matchDerivedTypes;
152
_trackDerived
= matchDerivedTypes;
175
set {
_trackDerived
= value; }
3 references to _trackDerived
System.Workflow.Runtime (3)
Tracking\TrackingLocation.cs (3)
174
get { return
_trackDerived
; }
223
return TypeMatch.IsMatch(activity, _activityType,
_trackDerived
);
225
return TypeMatch.IsMatch(activity, _activityName,
_trackDerived
);