2 writes to categoryTable
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
156this.categoryTable = tempCategoryTable; 294this.categoryTable = null;
3 references to categoryTable
System (3)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (3)
96if (this.categoryTable == null) { 98if (this.categoryTable == null) { 162return this.categoryTable;