Implemented interface member:
10 references to
Aspire.Dashboard (10)
Otlp\Storage\TelemetryRepository.cs (6)
337
if (logEntry.TimeStamp > _logs
[
i].TimeStamp)
837
var currentTrace = _traces
[
i];
859
var currentTrace = _traces
[
i];
912
if (traces
[
i].Key.Span.SequenceEqual(s))
914
trace = traces
[
i];
930
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];