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