2 instantiations of PDH_RAW_COUNTER
System (2)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (2)
87
NativeMethods.PDH_RAW_COUNTER newPdhValue = new NativeMethods.
PDH_RAW_COUNTER
();
88
NativeMethods.PDH_RAW_COUNTER oldPdhValue = new NativeMethods.
PDH_RAW_COUNTER
();
6 references to PDH_RAW_COUNTER
System (6)
compmod\microsoft\win32\SafeNativeMethods.cs (2)
185
NativeMethods.
PDH_RAW_COUNTER
pRawValue1,
186
NativeMethods.
PDH_RAW_COUNTER
pRawValue2,
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (4)
87
NativeMethods.
PDH_RAW_COUNTER
newPdhValue = new NativeMethods.PDH_RAW_COUNTER();
88
NativeMethods.
PDH_RAW_COUNTER
oldPdhValue = new NativeMethods.PDH_RAW_COUNTER();
114
private static void FillInValues(CounterSample oldSample, CounterSample newSample, NativeMethods.
PDH_RAW_COUNTER
oldPdhValue, NativeMethods.
PDH_RAW_COUNTER
newPdhValue) {