1 instantiation of CountLogAggregator
Microsoft.CodeAnalysis.Workspaces (1)
SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
23private readonly CountLogAggregator<bool> _logAggregator = new();
2 references to CountLogAggregator
Microsoft.CodeAnalysis.Workspaces (2)
Log\CountLogAggregator.cs (1)
9internal sealed class CountLogAggregator<TKey> : AbstractLogAggregator<TKey, CountLogAggregator<TKey>.Counter> where TKey : notnull
SemanticModelReuse\AbstractSemanticModelReuseLanguageService.cs (1)
23private readonly CountLogAggregator<bool> _logAggregator = new();