5 references to PERF_RAW_FRACTION
System (5)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
68if ((newCounterType != NativeMethods.PERF_RAW_FRACTION) && 201case NativeMethods.PERF_RAW_FRACTION:
services\monitoring\system\diagnosticts\PerformanceCounterCategory.cs (2)
329(currentSampleType == NativeMethods.PERF_RAW_FRACTION) || 355(currentSampleType != NativeMethods.PERF_RAW_FRACTION) &&
services\monitoring\system\diagnosticts\PerformanceCounterType.cs (1)
26RawFraction = NativeMethods.PERF_RAW_FRACTION,