3 implementations of EnsureIndexedAsync
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
132
public async ValueTask
EnsureIndexedAsync
(CancellationToken cancellationToken = default)
Aspire.Cli.Tests (2)
Commands\DocsCommandTests.cs (1)
175
public ValueTask
EnsureIndexedAsync
(CancellationToken cancellationToken = default)
Mcp\TestDocsIndexService.cs (1)
43
public ValueTask
EnsureIndexedAsync
(CancellationToken cancellationToken = default)
1 reference to EnsureIndexedAsync
aspire (1)
Mcp\Tools\DocsToolHelper.cs (1)
44
await docsIndexService.
EnsureIndexedAsync
(cancellationToken).ConfigureAwait(false);