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