2 writes to categoryName
System (2)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
72categoryName = String.Empty; 158categoryName = value;
7 references to categoryName
System (7)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (7)
151return categoryName; 157if (categoryName == null || String.Compare(categoryName, value, StringComparison.OrdinalIgnoreCase) != 0) { 174string currentCategoryName = categoryName; 223string currentCategoryName = categoryName; 483string currentCategoryName = categoryName; 553string currentCategoryName = categoryName;