Implemented interface member:
20 references to
Aspire.Dashboard (18)
Otlp\Storage\TelemetryRepository.cs (8)
356if (logEntry.TimeStamp > _logs[i].TimeStamp) 632if (MatchApplications(_traces[i], applications)) 669if (MatchApplications(_logs[i].ApplicationView.ApplicationKey, applications)) 977var currentTrace = _traces[i]; 999var currentTrace = _traces[i]; 1062if (traces[i].Key.Span.SequenceEqual(s)) 1064trace = traces[i]; 1122var trace = _traces[i];
src\Shared\CircularBuffer.cs (4)
62if (Equals(this[index], item)) 234array[index + arrayIndex] = this[index]; 248array[index] = this[index]; 258yield 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];