1 write to workflowEventSubscriptions
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
234this.workflowEventSubscriptions = new Dictionary<string, WorkflowInstanceQuery>();
6 references to workflowEventSubscriptions
System.Activities (6)
System\Activities\Tracking\RuntimeTrackingProfile.cs (6)
232if (this.workflowEventSubscriptions == null) 241if (!this.workflowEventSubscriptions.ContainsKey(state)) 243this.workflowEventSubscriptions.Add(state, workflowTrackingQuery); 336if (this.workflowEventSubscriptions != null) 338if (!this.workflowEventSubscriptions.TryGetValue(workflowRecord.State, out trackingQuery)) 340this.workflowEventSubscriptions.TryGetValue("*", out trackingQuery);