1 write to Sections
aspire (1)
Documentation\Docs\DocsIndexService.cs (1)
1120Sections = [.. source.Sections.Select(static s => new IndexedSection(s))];
4 references to Sections
aspire (4)
Documentation\Docs\DocsIndexService.cs (4)
513for (var i = 0; i < doc.Sections.Count; i++) 515var section = doc.Sections[i]; 1140foreach (var section in Sections) 1155foreach (var section in Sections)