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)
9
internal sealed class CountLogAggregator<TKey> : AbstractLogAggregator<TKey, CountLogAggregator<TKey>.
Counter
> where TKey : notnull
11
protected override
Counter
CreateCounter()
16
var
counter = GetCounter(key);
22
var
counter = GetCounter(key);
28
var
counter = GetCounter(key);
34
if (TryGetCounter(key, out
var
counter))