2 implementations of IsIndexed
aspire (1)
Documentation\ApiDocs\ApiDocsIndexService.cs (1)
343public bool IsIndexed => _indexedItems is not null;
Aspire.Cli.Tests (1)
Commands\ApiCommandTests.cs (1)
101public bool IsIndexed => true;