3 references to Properties
dotnet (1)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
39telemetry.TrackEvent(e.EventName, e.Properties, null);
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
31TrackEvent(entry.EventName, entry.Properties, entry.Measurements); 110var appliedProperties = Properties?.ToDictionary(p => p.Key, p => (string?)func(p.Value));