4 references to GetTitle
Aspire.Dashboard (4)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
157? SpanWaterfallViewModel.GetTitle(exemplar.Span, Applications)
Components\Dialogs\ExemplarsDialog.razor.cs (1)
57? SpanWaterfallViewModel.GetTitle(exemplar.Span, Content.Applications)
Components\Pages\TraceDetail.razor.cs (1)
298Title = SpanWaterfallViewModel.GetTitle(viewModel.Span, _applications),
Model\Otlp\SpanWaterfallViewModel.cs (1)
35var tooltip = GetTitle(Span, allApplications);