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