1 instantiation of WorkflowInstanceQuery
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Tracking\Configuration\WorkflowInstanceQueryElement.cs (1)
39
WorkflowInstanceQuery query = new
WorkflowInstanceQuery
();
8 references to WorkflowInstanceQuery
System.Activities (7)
System\Activities\Tracking\RuntimeTrackingProfile.cs (7)
27
Dictionary<string,
WorkflowInstanceQuery
> workflowEventSubscriptions;
47
else if (query is
WorkflowInstanceQuery
)
49
AddWorkflowSubscription((
WorkflowInstanceQuery
)query);
228
void AddWorkflowSubscription(
WorkflowInstanceQuery
workflowTrackingQuery)
234
this.workflowEventSubscriptions = new Dictionary<string,
WorkflowInstanceQuery
>();
333
WorkflowInstanceQuery
Match(WorkflowInstanceRecord workflowRecord)
335
WorkflowInstanceQuery
trackingQuery = null;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Tracking\Configuration\WorkflowInstanceQueryElement.cs (1)
39
WorkflowInstanceQuery
query = new WorkflowInstanceQuery();