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