6 references to BaseValue
System (6)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (6)
159newPdhValue.MultiCount = (int) newSample.BaseValue; 160oldPdhValue.MultiCount = (int) oldSample.BaseValue; 193newPdhValue.MultiCount = (int) newSample.BaseValue; 194oldPdhValue.MultiCount = (int) oldSample.BaseValue; 209newPdhValue.SecondValue = newSample.BaseValue; 212oldPdhValue.SecondValue = oldSample.BaseValue;