2 instantiations of StatisticLogAggregator
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
42private readonly StatisticLogAggregator<GeneratorTelemetryKey> _elapsedTimeByGenerator = new(); 43private readonly StatisticLogAggregator<GeneratorTelemetryKey> _producedFilesByGenerator = new();
3 references to StatisticLogAggregator
Microsoft.CodeAnalysis.Workspaces (3)
Log\StatisticLogAggregator.cs (1)
9internal sealed class StatisticLogAggregator<TKey> : AbstractLogAggregator<TKey, StatisticLogAggregator<TKey>.StatisticCounter> where TKey : notnull
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
42private readonly StatisticLogAggregator<GeneratorTelemetryKey> _elapsedTimeByGenerator = new(); 43private readonly StatisticLogAggregator<GeneratorTelemetryKey> _producedFilesByGenerator = new();