1 write to _queuedDuration
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestMetrics.cs (1)
29_queuedDuration = _sharedStopWatch.Elapsed;
2 references to _queuedDuration
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestMetrics.cs (2)
49Contract.ThrowIfNull(_queuedDuration, "RecordExecutionStart was not called"); 51_requestTelemetryLogger.UpdateTelemetryData(_methodName, _queuedDuration.Value, overallDuration, result);