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