1 write to _sharedStopWatch
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\RequestMetrics.cs (1)
23
_sharedStopWatch
= SharedStopwatch.StartNew();
2 references to _sharedStopWatch
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\RequestMetrics.cs (2)
29
_queuedDuration =
_sharedStopWatch
.Elapsed;
50
var overallDuration =
_sharedStopWatch
.Elapsed;