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