2 writes to performanceMonitor
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
301
this.
performanceMonitor
= null;
945
this.
performanceMonitor
= new PerformanceMonitor(this.machineName);
5 references to performanceMonitor
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (5)
299
if (this.
performanceMonitor
!= null) {
300
this.
performanceMonitor
.Close();
942
if (this.
performanceMonitor
== null) {
944
if (this.
performanceMonitor
== null)
949
return this.
performanceMonitor
.GetData(item);