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