1 instantiation of SpanLogEntryViewModel
Aspire.Dashboard (1)
Model\Otlp\SpanWaterfallViewModel.cs (1)
162
spanLogVms.Add(new
SpanLogEntryViewModel
3 references to SpanLogEntryViewModel
Aspire.Dashboard (2)
Model\Otlp\SpanWaterfallViewModel.cs (2)
18
public required List<
SpanLogEntryViewModel
> SpanLogs { get; init; }
155
var spanLogVms = new List<
SpanLogEntryViewModel
>();
Aspire.Dashboard.Tests (1)
Model\SpanWaterfallViewModelTests.cs (1)
72
var
spanLog = Assert.Single(e.SpanLogs);