4 references to Sections
Microsoft.Extensions.DataIngestion.Abstractions (2)
IngestionDocument.cs (2)
46for (int sectionIndex = Sections.Count - 1; sectionIndex >= 0; sectionIndex--) 48elementsToProcess.Push(Sections[sectionIndex]);
Microsoft.Extensions.DataIngestion.Tests (2)
IngestionDocumentTests.cs (2)
23doc.Sections.Add(new IngestionDocumentSection("first section") 40doc.Sections.Add(new IngestionDocumentSection("second section")