5 references to _resourceUnviewedErrorLogs
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
170return _resourceUnviewedErrorLogs.ToDictionary(); 187if (_resourceUnviewedErrorLogs.Count > 0) 189_resourceUnviewedErrorLogs.Clear(); 198if (_resourceUnviewedErrorLogs.Remove(resource.ResourceKey)) 375ref var count = ref CollectionsMarshal.GetValueRefOrAddDefault(_resourceUnviewedErrorLogs, resourceView.ResourceKey, out _);