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