3 references to GetAllAsync
Aspire.Hosting (3)
ApplicationModel\ResourceLoggerService.cs (2)
162return CombineMultipleAsync(resourceNames, GetAllAsync); 166return GetAllAsync(resourceNames[0]);
Dashboard\DashboardServiceData.cs (1)
156var sequence = _resourceLoggerService.GetAllAsync(resourceName);