3 instantiations of IngestionDocumentSection
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
23doc.Sections.Add(new IngestionDocumentSection("first section") 30new IngestionDocumentSection("nested section") 40doc.Sections.Add(new IngestionDocumentSection("second section")
4 references to IngestionDocumentSection
Microsoft.Extensions.DataIngestion.Abstractions (4)
IngestionDocument.cs (2)
33public IList<IngestionDocumentSection> Sections { get; } = []; 55if (currentElement is not IngestionDocumentSection nestedSection)
IngestionDocumentElement.cs (2)
74/// Initializes a new instance of the <see cref="IngestionDocumentSection"/> class. 83/// Initializes a new instance of the <see cref="IngestionDocumentSection"/> class.