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