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