1 instantiation of StatisticCounter
Microsoft.CodeAnalysis.Workspaces (1)
Log\StatisticLogAggregator.cs (1)
12=> new();
4 references to StatisticCounter
Microsoft.CodeAnalysis.Workspaces (4)
Log\StatisticLogAggregator.cs (4)
9internal sealed class StatisticLogAggregator<TKey> : AbstractLogAggregator<TKey, StatisticLogAggregator<TKey>.StatisticCounter> where TKey : notnull 11protected override StatisticCounter CreateCounter() 16var counter = GetCounter(key); 27if (TryGetCounter(key, out var counter))