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