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