1 write to _applications
Aspire.Dashboard (1)
Components\Pages\StructuredLogs.razor.cs (1)
223_applications = TelemetryRepository.GetApplications();
2 references to _applications
Aspire.Dashboard (2)
Components\Pages\StructuredLogs.razor.cs (2)
224_applicationViewModels = ApplicationsSelectHelpers.CreateApplications(_applications); 355private string GetResourceName(OtlpApplicationView app) => OtlpApplication.GetResourceName(app.Application, _applications);