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