2 writes to rawValue
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (2)
36
this.
rawValue
= rawValue;
50
this.
rawValue
= rawValue;
5 references to rawValue
System (5)
services\monitoring\system\diagnosticts\CounterSample.cs (5)
65
return this.
rawValue
;
71
return (ulong)this.
rawValue
;
157
return (
rawValue
== sample.
rawValue
) &&
168
return
rawValue
.GetHashCode();