1 instantiation of LlmsSection
aspire (1)
Mcp\Docs\LlmsTxtParser.cs (1)
324sections.Add(new LlmsSection
6 references to LlmsSection
aspire (5)
Mcp\Docs\DocsIndexService.cs (2)
240var matchedSection = doc.Source.Sections.FirstOrDefault(s => 450private sealed class IndexedSection(LlmsSection source)
Mcp\Docs\LlmsTxtParser.cs (3)
36public required IReadOnlyList<LlmsSection> Sections { get; init; } 296private static List<LlmsSection> ParseSections(ReadOnlySpan<char> docSpan) 298var sections = new List<LlmsSection>();
Aspire.Cli.Tests (1)
Mcp\Docs\LlmsTxtParserTests.cs (1)
138var parentSection = doc.Sections.First(s => s.Heading == "Parent Section");