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