10 references to TelemetryEventEntry
dotnet (7)
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);
Program.cs (4)
58TelemetryEventEntry.Subscribe(TelemetryInstance.TrackEvent); 59TelemetryEventEntry.TelemetryFilter = new TelemetryFilter(Sha256Hasher.HashWithNormalizedCasing); 136TelemetryEventEntry.SendFiltered(e); 160TelemetryEventEntry.SendFiltered(new ParseResultWithGlobalJsonState(parseResult, s_globalJsonState));
Microsoft.DotNet.Cli.Utils (1)
TelemetryEventEntry.cs (1)
15EntryPosted?.Invoke(typeof(TelemetryEventEntry), new InstrumentationEventArgs(eventName, 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() } });