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