6 references to TrackEvent
dotnet (3)
CommandFactory\CommandResolution\CompositeCommandResolver.cs (1)
42
TelemetryEventEntry.
TrackEvent
(CommandResolveEvent, new Dictionary<string, string>()
Commands\New\MSBuildEvaluation\MSBuildEvaluator.cs (1)
199
TelemetryEventEntry.
TrackEvent
("new/msbuild-eval", properties);
Commands\Run\RunTelemetry.cs (1)
90
TelemetryEventEntry.
TrackEvent
(RunEventName, properties);
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() } });