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