Implemented interface member:
12 references to
Aspire.Dashboard (12)
Otlp\Storage\TelemetryRepository.cs (8)
337if (logEntry.TimeStamp > _logs[i].TimeStamp) 608if (MatchApplications(_traces[i], applications)) 645if (MatchApplications(_logs[i].ApplicationView.ApplicationKey, applications)) 937var currentTrace = _traces[i]; 959var currentTrace = _traces[i]; 1012if (traces[i].Key.Span.SequenceEqual(s)) 1014trace = traces[i]; 1030var trace = _traces[i];
src\Shared\CircularBuffer.cs (4)
62if (Equals(this[index], item)) 230array[index + arrayIndex] = this[index]; 244array[index] = this[index]; 254yield return this[i];