Implemented interface member:
10 references to
Aspire.Dashboard (10)
Otlp\Storage\TelemetryRepository.cs (6)
322if (logEntry.TimeStamp > _logs[i].TimeStamp) 730var currentTrace = _traces[i]; 752var currentTrace = _traces[i]; 800if (traces[i].Key.Span.SequenceEqual(s)) 802trace = traces[i]; 818var 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];