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