2 writes to customCategoryTable
System (2)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (2)
295
this.
customCategoryTable
= null;
610
Interlocked.CompareExchange(ref this.
customCategoryTable
, new Hashtable(StringComparer.OrdinalIgnoreCase), null);
5 references to customCategoryTable
System (5)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (5)
609
if (this.
customCategoryTable
== null) {
613
if (this.
customCategoryTable
.ContainsKey(category)) {
614
categoryType= (PerformanceCounterCategoryType) this.
customCategoryTable
[category];
642
this.
customCategoryTable
[category] = categoryType;
667
this.
customCategoryTable
[category] = categoryType;