2 instantiations of IndexedDocument
aspire (2)
Mcp\Docs\DocsIndexService.cs (2)
156_indexedDocuments = [.. cachedDocuments.Select(static d => new IndexedDocument(d))]; 175_indexedDocuments = [.. documents.Select(static d => new IndexedDocument(d))];
4 references to IndexedDocument
aspire (4)
Mcp\Docs\DocsIndexService.cs (4)
126private volatile List<IndexedDocument>? _indexedDocuments; 230foreach (var doc in _indexedDocuments) 264var doc = _indexedDocuments.FirstOrDefault(d => 297private static (float Score, string? MatchedSection) ScoreDocument(IndexedDocument doc, string[] queryTokens, string queryAsSlug)