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