15 references to RawValue
System (15)
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (13)
34if (newSample.RawValue == 0) { 123newPdhValue.FirstValue = newSample.RawValue; 126oldPdhValue.FirstValue = oldSample.RawValue; 131newPdhValue.FirstValue = newSample.RawValue; 134oldPdhValue.FirstValue = oldSample.RawValue; 144newPdhValue.FirstValue = newSample.RawValue; 147oldPdhValue.FirstValue = oldSample.RawValue; 174newPdhValue.FirstValue = newSample.RawValue; 177oldPdhValue.FirstValue = oldSample.RawValue; 187newPdhValue.FirstValue = newSample.RawValue; 190oldPdhValue.FirstValue = oldSample.RawValue; 208newPdhValue.FirstValue = newSample.RawValue; 211oldPdhValue.FirstValue = oldSample.RawValue;
services\monitoring\system\diagnosticts\InstanceData.cs (1)
52return sample.RawValue;
services\monitoring\system\diagnosticts\PerformanceCounter.cs (1)
349return NextSample().RawValue;