5 references to _applicationUnviewedErrorLogs
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
154
return
_applicationUnviewedErrorLogs
.ToDictionary();
171
if (
_applicationUnviewedErrorLogs
.Count > 0)
173
_applicationUnviewedErrorLogs
.Clear();
182
if (
_applicationUnviewedErrorLogs
.Remove(application.ApplicationKey))
372
ref var count = ref CollectionsMarshal.GetValueRefOrAddDefault(
_applicationUnviewedErrorLogs
, applicationView.ApplicationKey, out _);