4 references to EventName
dotnet (2)
Commands\Hidden\InternalReportInstallSuccess\InternalReportInstallSuccessCommand.cs (1)
39telemetry.TrackEvent(e.EventName, e.Properties, null);
Telemetry\TelemetryFilter.cs (1)
94if (r.EventName == ExceptionEventName)
Microsoft.DotNet.Cli.Utils (2)
TelemetryEventEntry.cs (2)
31TrackEvent(entry.EventName, entry.Properties, entry.Measurements); 111return new ApplicationInsightsEntryFormat(EventName, appliedProperties, Measurements);