Implemented interface member:
12 references to
Aspire.Dashboard (10)
src\Shared\CircularBuffer.cs (4)
62if (Equals(this[index], item)) 248array[index + arrayIndex] = this[index]; 262array[index] = this[index]; 272yield return this[i];
src\Shared\ConsoleLogs\LogEntries.cs (6)
99var entry = _logEntries[i]; 126var current = _logEntries[rowIndex]; 191else if (_logEntries[index - 1].Pause is { } pause) 198if (_logEntries[i] is { Type: not LogEntryType.Pause } entry) 217logEntry.LineNumber = _logEntries[index - 1].LineNumber + 1; 231_logEntries[i].LineNumber++;
Aspire.Dashboard.Tests (2)
CircularBufferTests.cs (2)
31var currentTrace = buffer[i]; 46var value = buffer[i];