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