1 write to _count
Microsoft.CodeAnalysis.Workspaces (1)
Log\StatisticLogAggregator.cs (1)
58
_count
++;
5 references to _count
Microsoft.CodeAnalysis.Workspaces (5)
Log\StatisticLogAggregator.cs (5)
48
if (
_count
== 0 || value > _maximum)
53
if (
_count
== 0 || value < _mininum)
65
if (
_count
== 0)
71
return new StatisticResult(_maximum, _mininum, mean: (double)_total /
_count
, range: _maximum - _mininum, mode: null, count:
_count
);