1 write to PerformanceCounterManager
System.Workflow.Runtime (1)
WorkflowRuntime.cs (1)
189
this.
PerformanceCounterManager
= new PerformanceCounterManager();
9 references to PerformanceCounterManager
System.Workflow.Runtime (9)
Hosting\DefaultWorkflowSchedulerService.cs (2)
162
if (queueCounters == null && this.Runtime.
PerformanceCounterManager
!= null)
164
queueCounters = this.Runtime.
PerformanceCounterManager
.CreateCounters(ExecutionStringManager.PerformanceCounterWorkflowsWaitingName);
Hosting\ManualWorkflowSchedulerService.cs (2)
286
if (queueCounters == null && this.Runtime.
PerformanceCounterManager
!= null)
288
queueCounters = this.Runtime.
PerformanceCounterManager
.CreateCounters(ExecutionStringManager.PerformanceCounterWorkflowsWaitingName);
WorkflowRuntime.cs (5)
1160
if (this.
PerformanceCounterManager
!= null)
1162
this.
PerformanceCounterManager
.Initialize(this);
1163
this.
PerformanceCounterManager
.SetInstanceName(this.Name);
1370
if (this.
PerformanceCounterManager
!= null)
1372
this.
PerformanceCounterManager
.Uninitialize(this);