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