2 implementations of ListAsync
aspire (1)
Documentation\ApiDocs\ApiDocsIndexService.cs (1)
420
public async ValueTask<IReadOnlyList<ApiListItem>>
ListAsync
(string scope, CancellationToken cancellationToken = default)
Aspire.Cli.Tests (1)
Commands\ApiCommandTests.cs (1)
106
public ValueTask<IReadOnlyList<ApiListItem>>
ListAsync
(string scope, CancellationToken cancellationToken = default)
1 reference to ListAsync
aspire (1)
Commands\ApiListCommand.cs (1)
57
async () => await _apiDocsIndexService.
ListAsync
(scope, cancellationToken));