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