5 references to TrackEvent
dotnet-aot (2)
parent\dotnet\CommandFactory\CommandResolution\CompositeCommandResolver.cs (1)
46
TelemetryEventEntry.
TrackEvent
(CommandResolveEvent, new Dictionary<string, string>()
parent\dotnet\Commands\Test\MTP\ArtifactPostProcessingTelemetry.cs (1)
49
=> TelemetryEventEntry.
TrackEvent
(
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
34
TrackEvent
(entry.EventName, entry.Properties);
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (1)
84
TelemetryEventEntry.
TrackEvent
(
TemplatePackageCoordinator.cs (1)
190
TelemetryEventEntry.
TrackEvent
(TelemetryConstants.InstallEvent, new Dictionary<string, string?> { { TelemetryConstants.ToInstallCount, args.TemplatePackages.Count.ToString() } });