3 references to Statistic
AnalyzerRunner (3)
Program.cs (2)
198
var sum = sums.Aggregate(new
Statistic
(0, 0, 0), (currentResult, value) => currentResult + value);
216
return new
Statistic
(numberOfNodes, numberOfTokens, numberOfTrivia);
Statistic.cs (1)
26
return new
Statistic
(