6 references to TrackEvent
dotnet (3)
CommandFactory\CommandResolution\CompositeCommandResolver.cs (1)
41
TelemetryEventEntry.
TrackEvent
(CommandResolveEvent, new Dictionary<string, string>()
Commands\New\MSBuildEvaluation\MSBuildEvaluator.cs (1)
212
TelemetryEventEntry.
TrackEvent
("new/msbuild-eval", properties, measurements);
Commands\Run\RunTelemetry.cs (1)
89
TelemetryEventEntry.
TrackEvent
(RunEventName, properties, measurements: null);
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
31
TrackEvent
(entry.EventName, entry.Properties, entry.Measurements);
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (1)
82
TelemetryEventEntry.
TrackEvent
(
TemplatePackageCoordinator.cs (1)
193
TelemetryEventEntry.
TrackEvent
(TelemetryConstants.InstallEvent, new Dictionary<string, string?> { { TelemetryConstants.ToInstallCount, args.TemplatePackages.Count.ToString() } });