2 writes to baseValue
System (2)
services\monitoring\system\diagnosticts\CounterSample.cs (2)
37
this.
baseValue
= baseValue;
51
this.
baseValue
= baseValue;
3 references to baseValue
System (3)
services\monitoring\system\diagnosticts\CounterSample.cs (3)
80
return this.
baseValue
;
158
(
baseValue
== sample.
baseValue
) &&