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