4 references to EventName
dotnet (2)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
34telemetry.TrackEvent(e.EventName, e.Properties);
Telemetry\TelemetryFilter.cs (1)
93entries.Select(entry => entry.EventName == ExceptionEventName ? entry : entry.WithAppliedToPropertiesValue(_hash));
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
34TrackEvent(entry.EventName, entry.Properties); 76return new TelemetryEntryFormat(EventName, appliedProperties);