Implemented interface member:
12 references to
Aspire.Dashboard (12)
Otlp\Storage\TelemetryRepository.cs (8)
353
if (logEntry.TimeStamp > _logs
[
i].TimeStamp)
626
if (MatchApplications(_traces
[
i], applications))
663
if (MatchApplications(_logs
[
i].ApplicationView.ApplicationKey, applications))
967
var currentTrace = _traces
[
i];
989
var currentTrace = _traces
[
i];
1045
if (traces
[
i].Key.Span.SequenceEqual(s))
1047
trace = traces
[
i];
1063
var trace = _traces
[
i];
src\Shared\CircularBuffer.cs (4)
62
if (Equals(this
[
index], item))
234
array[index + arrayIndex] = this
[
index];
248
array[index] = this
[
index];
258
yield return this
[
i];