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)
71
return new StatisticResult(_maximum, _mininum, mean: (double)
_total
/ _count, range: _maximum - _mininum, mode: null, count: _count);