Implemented interface member:
12 references to
Aspire.Dashboard (12)
Otlp\Storage\TelemetryRepository.cs (8)
341if (logEntry.TimeStamp > _logs[i].TimeStamp) 612if (MatchApplications(_traces[i], applications)) 649if (MatchApplications(_logs[i].ApplicationView.ApplicationKey, applications)) 941var currentTrace = _traces[i]; 963var currentTrace = _traces[i]; 1016if (traces[i].Key.Span.SequenceEqual(s)) 1018trace = traces[i]; 1034var 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];