1 instantiation of CategorySample
System (1)
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (1)
770sample = new CategorySample(dataRef, entry, this);
14 references to CategorySample
System (14)
services\monitoring\system\diagnosticts\PerformanceCounter.cs (2)
232CategorySample categorySample = PerformanceCounterLib.GetCategorySample(currentMachineName, currentCategoryName); 560CategorySample categorySample = PerformanceCounterLib.GetCategorySample(currentMachineName, currentCategoryName);
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (4)
115CategorySample categorySample = PerformanceCounterLib.GetCategorySample(machineName, categoryName); 451CategorySample categorySample = PerformanceCounterLib.GetCategorySample(machineName, categoryName); 539CategorySample categorySample = PerformanceCounterLib.GetCategorySample(machineName, categoryName); 578CategorySample categorySample = PerformanceCounterLib.GetCategorySample(this.machineName, this.categoryName);
services\monitoring\system\diagnosticts\PerformanceCounterLib.cs (8)
741internal static CategorySample GetCategorySample(string machine, string category) { 743CategorySample sample = library.GetCategorySample(category); 760private CategorySample GetCategorySample(string category) { 765CategorySample sample = null; 1533private CategorySample categorySample; 1535internal CounterDefinitionSample(NativeMethods.PERF_COUNTER_DEFINITION perfCounter, CategorySample categorySample, int instanceNumber) { 1576CategorySample baseCategorySample = this.BaseCounterDefinitionSample.categorySample; 1604CategorySample baseCategorySample = this.BaseCounterDefinitionSample.categorySample;