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