3 references to GetEventName
Aspire.Dashboard (3)
Model\GenAI\GenAIVisualizerDialogViewModel.cs (2)
274if (!string.IsNullOrEmpty(item.Message) && OtlpHelpers.GetEventName(item) is { } name && TryMapEventName(name, out var type)) 643if (OtlpHelpers.GetEventName(logEntry) == GenAIHelpers.GenAIEvaluationResultEventName)
Model\StructureLogsDetailsViewModel.cs (1)
15if (OtlpHelpers.GetEventName(logEntry) is { Length: > 0 } eventName)