3 references to GetEventName
Aspire.Dashboard (3)
Components_Pages_StructuredLogs_razor.g.cs (1)
1048
var eventName = StructureLogsDetailsViewModel.
GetEventName
(context!.LogEntry, Loc);
Components_Pages_TraceDetail_razor.g.cs (2)
1088
title = StructureLogsDetailsViewModel.
GetEventName
(logEntryVm.LogEntry, StructuredLogsLoc);
2284
var eventName = StructureLogsDetailsViewModel.
GetEventName
(item.LogEntry, StructuredLogsLoc);