5 references to GetDestination
Aspire.Dashboard (2)
Components\Controls\SpanDetails.razor.cs (1)
192if (_viewModel.Span.GetDestination() is { } destination)
Model\SpanDetailsViewModel.cs (1)
29if (span.GetDestination() is { } destination)
Aspire.Dashboard.Tests (3)
TelemetryRepositoryTests\OtlpSpanTests.cs (3)
79var destination = span.GetDestination(); 99var destination = span.GetDestination(); 124var destination = parentSpan.GetDestination();