1 instantiation of AggregatingHistogramLog
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\TelemetryLogProvider.cs (1)
72static (functionId, arg) => new AggregatingHistogramLog(arg._session, functionId, arg.bucketBoundaries),
4 references to AggregatingHistogramLog
Microsoft.VisualStudio.LanguageServices (4)
Telemetry\Shared\TelemetryLogProvider.cs (4)
26/// Manages instances of <see cref="AggregatingHistogramLog"/> to provide in <see cref="GetHistogramLog(FunctionId, double[])"/> 28private ImmutableDictionary<FunctionId, AggregatingHistogramLog> _histogramLogs = ImmutableDictionary<FunctionId, AggregatingHistogramLog>.Empty; 96foreach (var log in _histogramLogs.Values)