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)
49
Contract.ThrowIfNull(
_queuedDuration
, "RecordExecutionStart was not called");
51
_requestTelemetryLogger.UpdateTelemetryData(_methodName,
_queuedDuration
.Value, overallDuration, result);