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