4 references to categoryName
System (4)
net\System\Net\_NetworkingPerfCounters.cs (4)
189if (!PerformanceCounterCategory.Exists(categoryName)) 192if (Logging.On) Logging.PrintError(Logging.Web, SR.GetString(SR.net_perfcounter_nocategory, categoryName)); 272PerformanceCounter globalCounter = new PerformanceCounter(categoryName, counterName, 278instanceCounter.CategoryName = categoryName;