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