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