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