2 writes to _customCategoryTable
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
344
_customCategoryTable
= null;
661
Interlocked.CompareExchange(ref
_customCategoryTable
, new Hashtable(StringComparer.OrdinalIgnoreCase), null) ??
2 references to _customCategoryTable
System.Diagnostics.PerformanceCounter (2)
System\Diagnostics\PerformanceCounterLib.cs (2)
660
_customCategoryTable
??
662
_customCategoryTable
;