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