2 references to _stopwatch
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\RequestTelemetryScope.cs (2)
23
_queuedDuration =
_stopwatch
.Elapsed;
46
var requestDuration =
_stopwatch
.Elapsed;