Implemented interface member:
10 references to
Aspire.Dashboard (10)
Otlp\Storage\TelemetryRepository.cs (6)
336
if (logEntry.TimeStamp > _logs
[
i].TimeStamp)
836
var currentTrace = _traces
[
i];
858
var currentTrace = _traces
[
i];
911
if (traces
[
i].Key.Span.SequenceEqual(s))
913
trace = traces
[
i];
929
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];