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