1 instantiation of LlmsSection
aspire (1)
Documentation\Docs\LlmsTxtParser.cs (1)
486sections.Add(new LlmsSection
7 references to LlmsSection
aspire (6)
Documentation\Docs\DocsIndexService.cs (2)
438var matchedSection = doc.Source.Sections.FirstOrDefault(s => 1196private sealed class IndexedSection(LlmsSection source)
Documentation\Docs\LlmsTxtParser.cs (3)
36public required IReadOnlyList<LlmsSection> Sections { get; init; } 460private static List<LlmsSection> ParseSections(ReadOnlySpan<char> docSpan, (int Start, int End)[] codeBlocks) 462var sections = new List<LlmsSection>();
JsonSourceGenerationContext.cs (1)
46[JsonSerializable(typeof(LlmsSection))]
Aspire.Cli.Tests (1)
Mcp\Docs\LlmsTxtParserTests.cs (1)
139var parentSection = doc.Sections.First(s => s.Heading == "Parent Section");