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)
35
var elapsed = (long)
_stopwatch
.Elapsed.TotalMilliseconds;