5 references to TrackEvent
dotnet-aot (2)
parent\dotnet\CommandFactory\CommandResolution\CompositeCommandResolver.cs (1)
46TelemetryEventEntry.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)
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() } });