1 write to _queuedDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestTelemetryLogger.cs (1)
60
_queuedDurationLogAggregator
= new HistogramLogAggregator<string>(bucketSize: 10, maxBucketValue: 1000);
3 references to _queuedDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestTelemetryLogger.cs (3)
90
_queuedDurationLogAggregator
.LogTime(QueuedDurationKey, queuedDuration);
119
if (
_queuedDurationLogAggregator
.IsEmpty || _requestDurationLogAggregator.IsEmpty)
124
var queuedDurationCounter =
_queuedDurationLogAggregator
.GetValue(QueuedDurationKey);