1 write to _stopwatch
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\TimedTelemetryLogBlock.cs (1)
30_stopwatch = SharedStopwatch.StartNew();
1 reference to _stopwatch
Microsoft.VisualStudio.LanguageServices (1)
Telemetry\Shared\TimedTelemetryLogBlock.cs (1)
35var elapsed = (long)_stopwatch.Elapsed.TotalMilliseconds;