5 references to _applicationUnviewedErrorLogs
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
144
return
_applicationUnviewedErrorLogs
.ToDictionary();
161
if (
_applicationUnviewedErrorLogs
.Count > 0)
163
_applicationUnviewedErrorLogs
.Clear();
172
if (
_applicationUnviewedErrorLogs
.Remove(application.ApplicationKey))
356
ref var count = ref CollectionsMarshal.GetValueRefOrAddDefault(
_applicationUnviewedErrorLogs
, applicationView.ApplicationKey, out _);