5 references to _cachedScopesById
Aspire.Dashboard (5)
Otlp\Storage\SqliteTelemetryRepository.Caching.cs (5)
582
_cachedScopesById
.TryGetValue(record.ScopeId, out var scope))
643
if (
_cachedScopesById
.TryGetValue(scopeId, out var cachedScope))
650
_cachedScopesById
.Add(scopeId, cachedScope);
726
var scope =
_cachedScopesById
[scopeId];
755
_cachedScopesById
.Clear();