4 references to PERF_AVERAGE_BULK
System (4)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
207case NativeMethods.PERF_AVERAGE_BULK:
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
324if ( (currentSampleType == NativeMethods.PERF_AVERAGE_BULK) || 350(currentSampleType != NativeMethods.PERF_AVERAGE_BULK) &&
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
31AverageCount64 = NativeMethods.PERF_AVERAGE_BULK,