2 instantiations of OrderedApplicationsState
Aspire.Dashboard (2)
Model\TraceHelpers.cs (2)
62
return new
OrderedApplicationsState
(currentMinDate);
63
}, new
OrderedApplicationsState
(null));
1 reference to OrderedApplicationsState
Aspire.Dashboard (1)
Model\TraceHelpers.cs (1)
50
VisitSpans(trace, (OtlpSpan span,
OrderedApplicationsState
state) =>