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); 119if (_queuedDurationLogAggregator.IsEmpty || _requestDurationLogAggregator.IsEmpty) 124var queuedDurationCounter = _queuedDurationLogAggregator.GetValue(QueuedDurationKey);