3 writes to Elements
Microsoft.Extensions.DataIngestion.Tests (3)
IngestionDocumentTests.cs (3)
25
Elements
=
32
Elements
=
42
Elements
=
3 references to Elements
Microsoft.Extensions.DataIngestion.Abstractions (3)
IngestionDocument.cs (2)
61
for (int i = nestedSection.
Elements
.Count - 1; i >= 0; i--)
63
elementsToProcess.Push(nestedSection.
Elements
[i]);
IngestionDocumentElement.cs (1)
96
=> string.Join(Environment.NewLine,
Elements
.Select(e => e.GetMarkdown()));