6 references to TrackEvent
dotnet (3)
CommandFactory\CommandResolution\CompositeCommandResolver.cs (1)
42TelemetryEventEntry.TrackEvent(CommandResolveEvent, new Dictionary<string, string>()
Commands\New\MSBuildEvaluation\MSBuildEvaluator.cs (1)
199TelemetryEventEntry.TrackEvent("new/msbuild-eval", properties);
Commands\Run\RunTelemetry.cs (1)
90TelemetryEventEntry.TrackEvent(RunEventName, properties);
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
34TrackEvent(entry.EventName, entry.Properties);
Microsoft.TemplateEngine.Cli (2)
TemplateInvoker.cs (1)
84TelemetryEventEntry.TrackEvent(
TemplatePackageCoordinator.cs (1)
190TelemetryEventEntry.TrackEvent(TelemetryConstants.InstallEvent, new Dictionary<string, string?> { { TelemetryConstants.ToInstallCount, args.TemplatePackages.Count.ToString() } });