2 references to Properties
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
34TrackEvent(entry.EventName, entry.Properties); 75var appliedProperties = Properties?.ToDictionary(p => p.Key, p => (string?)func(p.Value ?? string.Empty));