5 references to PERF_RAW_FRACTION
System (5)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
68
if ((newCounterType != NativeMethods.
PERF_RAW_FRACTION
) &&
201
case 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)
26
RawFraction = NativeMethods.
PERF_RAW_FRACTION
,