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