1 write to _indexedDocuments
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
144_indexedDocuments = [.. documents.Select(static d => new IndexedDocument(d))];
9 references to _indexedDocuments
aspire (9)
Mcp\Docs\DocsIndexService.cs (9)
115if (_indexedDocuments is not null) 124if (_indexedDocuments is not null) 148_logger.LogInformation("Indexed {Count} documents from aspire.dev in {ElapsedTime:ss\\.fff} seconds.", _indexedDocuments.Count, elapsedTime); 160if (_indexedDocuments is null or { Count: 0 }) 167.. _indexedDocuments.Select(static d => new DocsListItem 180if (_indexedDocuments is null or { Count: 0 } || string.IsNullOrWhiteSpace(query)) 193foreach (var doc in _indexedDocuments) 222if (_indexedDocuments is null or { Count: 0 }) 227var doc = _indexedDocuments.FirstOrDefault(d =>