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