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