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