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