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