5 references to _applicationUnviewedErrorLogs
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
148
return
_applicationUnviewedErrorLogs
.ToDictionary();
165
if (
_applicationUnviewedErrorLogs
.Count > 0)
167
_applicationUnviewedErrorLogs
.Clear();
176
if (
_applicationUnviewedErrorLogs
.Remove(application.ApplicationKey))
360
ref var count = ref CollectionsMarshal.GetValueRefOrAddDefault(
_applicationUnviewedErrorLogs
, applicationView.ApplicationKey, out _);