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