1 write to _timer
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
62
_timer
= Stopwatch.StartNew();
2 references to _timer
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
67
if (_name is not null &&
_timer
is not null)
69
_data?.Add(_name,
_timer
.Elapsed.TotalMilliseconds);