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