1 write to _total
Microsoft.CodeAnalysis.Workspaces (1)
Log\StatisticLogAggregator.cs (1)
59_total += value;
1 reference to _total
Microsoft.CodeAnalysis.Workspaces (1)
Log\StatisticLogAggregator.cs (1)
71return new StatisticResult(_maximum, _mininum, mean: (double)_total / _count, range: _maximum - _mininum, mode: null, count: _count);