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