1 write to _histogramConfiguration
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs (1)
34
_histogramConfiguration
= new HistogramConfiguration(bucketBoundaries);
1 reference to _histogramConfiguration
Microsoft.VisualStudio.LanguageServices.DevKit (1)
src\VisualStudio\Core\Def\Telemetry\Shared\AggregatingHistogramLog.cs (1)
51
return meter.CreateHistogram<long>(metricName,
_histogramConfiguration
);