1 instantiation of IndexedSection
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
1120
Sections = [.. source.Sections.Select(static s => new
IndexedSection
(s))];
4 references to IndexedSection
aspire (4)
Documentation\Docs\DocsIndexService.cs (4)
515
var
section = doc.Sections[i];
1140
foreach (
var
section in Sections)
1155
foreach (
var
section in Sections)
1179
public IReadOnlyList<
IndexedSection
> Sections { get; }