1 write to _stopwatch
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Telemetry\Shared\TimedTelemetryLogBlock.cs (1)
30_stopwatch = SharedStopwatch.StartNew();
1 reference to _stopwatch
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
src\VisualStudio\Core\Def\Telemetry\Shared\TimedTelemetryLogBlock.cs (1)
35var elapsed = (long)_stopwatch.Elapsed.TotalMilliseconds;