4 references to GetAllAsync
Aspire.Hosting (4)
ApplicationModel\ResourceLoggerService.cs (2)
152
return CombineMultipleAsync(resourceNames,
GetAllAsync
);
156
return
GetAllAsync
(resourceNames[0]);
Backchannel\AuxiliaryBackchannelRpcTarget.cs (1)
1639
: resourceLoggerService.
GetAllAsync
(name);
Dashboard\DashboardServiceData.cs (1)
183
var sequence = _resourceLoggerService.
GetAllAsync
(resourceName);