1 type derived from CustomTrackingQuery
System.Activities (1)
System\Activities\Statements\Tracking\StateMachineStateQuery.cs (1)
14
public sealed class StateMachineStateQuery :
CustomTrackingQuery
2 instantiations of CustomTrackingQuery
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Tracking\Configuration\CustomTrackingQueryElement.cs (1)
58
return new
CustomTrackingQuery
System\ServiceModel\Activities\Tracking\Configuration\StateMachineStateQueryElement.cs (1)
84
return new
CustomTrackingQuery
7 references to CustomTrackingQuery
System.Activities (7)
System\Activities\Tracking\RuntimeTrackingProfile.cs (7)
25
List<
CustomTrackingQuery
> customTrackingQuerySubscriptions;
55
else if (query is
CustomTrackingQuery
)
57
AddCustomTrackingSubscription((
CustomTrackingQuery
)query);
219
void AddCustomTrackingSubscription(
CustomTrackingQuery
customQuery)
223
this.customTrackingQuerySubscriptions = new List<
CustomTrackingQuery
>();
485
CustomTrackingQuery
Match(CustomTrackingRecord customRecord)
487
CustomTrackingQuery
query = null;