1 write to queueCounters
System.Workflow.Runtime (1)
Hosting\ManualWorkflowSchedulerService.cs (1)
288queueCounters = this.Runtime.PerformanceCounterManager.CreateCounters(ExecutionStringManager.PerformanceCounterWorkflowsWaitingName);
5 references to queueCounters
System.Workflow.Runtime (5)
Hosting\ManualWorkflowSchedulerService.cs (5)
116if (queueCounters != null) 118foreach (PerformanceCounter p in queueCounters) 170if (queueCounters != null) 172foreach (PerformanceCounter p in queueCounters) 286if (queueCounters == null && this.Runtime.PerformanceCounterManager != null)