2 references to ExceptionEventName
dotnet-aot (2)
src\sdk\src\Cli\dotnet\Telemetry\TelemetryFilter.cs (2)
40
return Hash([new TelemetryEntryFormat(
ExceptionEventName
, exceptionProperties)]);
93
entries.Select(entry => entry.EventName ==
ExceptionEventName
? entry : entry.WithAppliedToPropertiesValue(_hash));