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