1 instantiation of IndexedSection
aspire (1)
Mcp\Docs\DocsIndexService.cs (1)
602Sections = [.. source.Sections.Select(static s => new IndexedSection(s))];
2 references to IndexedSection
aspire (2)
Mcp\Docs\DocsIndexService.cs (2)
319var section = doc.Sections[i]; 618public IReadOnlyList<IndexedSection> Sections { get; }