8 references to Throw
Microsoft.Extensions.DataIngestion.Abstractions (8)
IngestionChunk.cs (3)
36Content = (T)(object)Throw.IfNullOrEmpty((string)(object)content!); 40Content = Throw.IfNull(content); 43Document = Throw.IfNull(document);
IngestionDocument.cs (1)
22Identifier = Throw.IfNullOrEmpty(identifier);
IngestionDocumentElement.cs (1)
165Cells = Throw.IfNull(cells);
IngestionDocumentReader.cs (3)
26string identifier = Throw.IfNull(source).FullName; // entire path is more unique than just part of it. 41_ = Throw.IfNull(source); 42_ = Throw.IfNullOrEmpty(identifier);