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