3 references to IfNullOrEmpty
Microsoft.Extensions.DataIngestion.Abstractions (3)
IngestionChunk.cs (1)
36
Content = (T)(object)Throw.
IfNullOrEmpty
((string)(object)content!);
IngestionDocument.cs (1)
22
Identifier = Throw.
IfNullOrEmpty
(identifier);
IngestionDocumentReader.cs (1)
42
_ = Throw.
IfNullOrEmpty
(identifier);