Implemented interface member:
method
EnsureIndexedAsync
Aspire.Cli.Documentation.ApiDocs.IApiDocsIndexService.EnsureIndexedAsync(System.Threading.CancellationToken)
5 references to EnsureIndexedAsync
aspire (4)
Documentation\ApiDocs\ApiDocsIndexService.cs (4)
422
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
464
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
516
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
569
await
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (1)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (1)
413
await firstService.
EnsureIndexedAsync
();