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)
67if (_name is not null && _timer is not null) 69_data?.Add(_name, _timer.Elapsed.TotalMilliseconds);