1 write to _requestDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestTelemetryLogger.cs (1)
64_requestDurationLogAggregator = new HistogramLogAggregator<string>(bucketSize: 1, maxBucketValue: 40);
3 references to _requestDurationLogAggregator
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\RequestTelemetryLogger.cs (3)
93_requestDurationLogAggregator.IncreaseCount(methodName, (int)ComputeLogValue(requestDuration.TotalMilliseconds)); 119if (_queuedDurationLogAggregator.IsEmpty || _requestDurationLogAggregator.IsEmpty) 144var requestExecutionDuration = _requestDurationLogAggregator.GetValue(kvp.Key);