1 write to _queuedDuration
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\RequestTelemetryScope.cs (1)
23
_queuedDuration
= _stopwatch.Elapsed;
1 reference to _queuedDuration
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\RequestTelemetryScope.cs (1)
48
_telemetryLogger.UpdateTelemetryData(Name, Language,
_queuedDuration
, requestDuration, _result);