1 write to StopWatch
NuGet.Common (1)
Telemetry\TelemetryServiceUtility.cs (1)
19
StopWatch
= Stopwatch.StartNew();
6 references to StopWatch
NuGet.Common (6)
Telemetry\TelemetryServiceUtility.cs (6)
17
if (
StopWatch
== null)
23
StopWatch
.Start();
30
StopWatch
?.Stop();
37
if (
StopWatch
!= null)
39
var duration =
StopWatch
.Elapsed;
40
StopWatch
.Reset();