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; 50var overallDuration = _sharedStopWatch.Elapsed;