5 references to IfNull
Microsoft.Extensions.DataIngestion.Abstractions (5)
IngestionChunk.cs (2)
40Content = Throw.IfNull(content); 43Document = Throw.IfNull(document);
IngestionDocumentElement.cs (1)
165Cells = Throw.IfNull(cells);
IngestionDocumentReader.cs (2)
26string identifier = Throw.IfNull(source).FullName; // entire path is more unique than just part of it. 41_ = Throw.IfNull(source);