2 references to GetKeyAtIndex
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
205var startTime = (i > 0) ? newMetrics.GetKeyAtIndex(i - 1) : (DateTimeOffset?)null;
System.Collections (1)
System\Collections\Generic\SortedList.cs (1)
1077return _dict.GetKeyAtIndex(index);