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