Implemented interface member:
54 references to Insert
Aspire.Dashboard (8)
Otlp\Storage\TelemetryRepository.cs (6)
358_logs.Insert(i + 1, logEntry); 365_logs.Insert(0, logEntry); 980_traces.Insert(i + 1, trace); 987_traces.Insert(0, trace); 1006_traces.Insert(insertPosition, trace); 1017_traces.Insert(0, trace);
src\Shared\ConsoleLogs\LogEntries.cs (2)
181_logEntries.Insert(index, logEntry); 226_logEntries.Insert(index, logEntry);
Aspire.Dashboard.Tests (46)
CircularBufferTests.cs (46)
34buffer.Insert(i + 1, newValue); 92b.Insert(0, "0"); 93b.Insert(0, "1"); 94b.Insert(0, "2"); 95b.Insert(0, "3"); 96b.Insert(0, "4"); 97b.Insert(0, "5"); 98b.Insert(0, "6"); 113b.Insert(0, "0"); 114b.Insert(1, "1"); 115b.Insert(2, "2"); 116b.Insert(3, "3"); 117b.Insert(4, "4"); 118b.Insert(5, "5"); 119b.Insert(5, "6"); 134b.Insert(0, "1"); 135b.Insert(1, "2"); 136b.Insert(2, "3"); 137b.Insert(3, "10"); 138b.Insert(3, "9"); 139b.Insert(3, "4"); 140b.Insert(4, "5"); 141b.Insert(5, "7"); 142b.Insert(5, "6"); 143b.Insert(7, "8"); 176b.Insert(3, "4.5"); 204b.Insert(7, "8.5"); 232b.Insert(5, "7.5"); 262b.Insert(3, "5.5"); 367b.Insert(0, "6.5"); 375b.Insert(1, "7.5"); 383b.Insert(2, "8.5"); 391b.Insert(3, "9.5"); 399b.Insert(4, "10.5"); 407b.Insert(5, "11.5"); 516b.Insert(0, "6"); 523b.Insert(1, "6.5"); 531b.Insert(3, "7.5"); 540b.Insert(5, "12"); 656buffer.Insert(9, "11"); 676b.Insert(0, "0"); 677b.Insert(0, "1"); 678b.Insert(0, "2"); 684b.Insert(0, "0"); 685b.Insert(0, "1"); 686b.Insert(0, "2");