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