5 instantiations of StatisticLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (1)
13private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
17private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
Completion\Log\CompletionProvidersLogger.cs (1)
12private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
Microsoft.CodeAnalysis.Workspaces (2)
SourceGeneratorTelemetry\SourceGeneratorTelemetryCollectorWorkspaceService.cs (2)
43private readonly StatisticLogAggregator<GeneratorTelemetryKey> _elapsedTimeByGenerator = new(); 44private readonly StatisticLogAggregator<GeneratorTelemetryKey> _producedFilesByGenerator = new();
6 references to StatisticLogAggregator
Microsoft.CodeAnalysis.EditorFeatures (1)
IntelliSense\AsyncCompletion\AsyncCompletionLogger.cs (1)
13private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
Microsoft.CodeAnalysis.Features (2)
ChangeSignature\ChangeSignatureTelemetryLogger.cs (1)
17private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
Completion\Log\CompletionProvidersLogger.cs (1)
12private static readonly StatisticLogAggregator<ActionInfo> s_statisticLogAggregator = new();
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)
43private readonly StatisticLogAggregator<GeneratorTelemetryKey> _elapsedTimeByGenerator = new(); 44private readonly StatisticLogAggregator<GeneratorTelemetryKey> _producedFilesByGenerator = new();