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