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)
422await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 464await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 516await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false); 569await EnsureIndexedAsync(cancellationToken).ConfigureAwait(false);
Aspire.Cli.Tests (1)
Mcp\ApiDocs\ApiDocsIndexServiceTests.cs (1)
413await firstService.EnsureIndexedAsync();