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