1 write to _name
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
61
_name
= name;
2 references to _name
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);