Implemented interface member:
18 references to
Aspire.Dashboard (18)
Otlp\Storage\TelemetryRepository.cs (8)
352if (logEntry.TimeStamp > _logs[i].TimeStamp) 627if (MatchApplications(_traces[i], applications)) 664if (MatchApplications(_logs[i].ApplicationView.ApplicationKey, applications)) 972var currentTrace = _traces[i]; 994var currentTrace = _traces[i]; 1056if (traces[i].Key.Span.SequenceEqual(s)) 1058trace = traces[i]; 1116var 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)
98var entry = _logEntries[i]; 125var current = _logEntries[rowIndex]; 190else if (_logEntries[index - 1].Pause is { } pause) 197if (_logEntries[i] is { Type: not LogEntryType.Pause } entry) 216logEntry.LineNumber = _logEntries[index - 1].LineNumber + 1; 230_logEntries[i].LineNumber++;