5 references to _applicationUnviewedErrorLogs
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
170
return
_applicationUnviewedErrorLogs
.ToDictionary();
187
if (
_applicationUnviewedErrorLogs
.Count > 0)
189
_applicationUnviewedErrorLogs
.Clear();
198
if (
_applicationUnviewedErrorLogs
.Remove(application.ApplicationKey))
371
ref var count = ref CollectionsMarshal.GetValueRefOrAddDefault(
_applicationUnviewedErrorLogs
, applicationView.ApplicationKey, out _);