3 types derived from AbstractLogAggregator
Microsoft.CodeAnalysis.Workspaces (3)
Log\CountLogAggregator.cs (1)
9
internal sealed class CountLogAggregator<TKey> :
AbstractLogAggregator
<TKey, CountLogAggregator<TKey>.Counter> where TKey : notnull
Log\HistogramLogAggregator.cs (1)
15
internal sealed class HistogramLogAggregator<TKey> :
AbstractLogAggregator
<TKey, HistogramLogAggregator<TKey>.HistogramCounter> where TKey : notnull
Log\StatisticLogAggregator.cs (1)
9
internal sealed class StatisticLogAggregator<TKey> :
AbstractLogAggregator
<TKey, StatisticLogAggregator<TKey>.StatisticCounter> where TKey : notnull