5 references to _applications
Aspire.Dashboard (5)
Otlp\Storage\TelemetryRepository.cs (5)
94
IEnumerable<OtlpApplication> results =
_applications
.Values;
106
foreach (var kvp in
_applications
)
124
_applications
.TryGetValue(key, out var application);
191
if (
_applications
.TryGetValue(key, out var application))
209
var application =
_applications
.GetOrAdd(key, _ =>