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