4 references to IfNullOrEmpty
Microsoft.Extensions.DataIngestion (4)
IngestionPipeline.cs (1)
84Throw.IfNullOrEmpty(searchPattern);
IngestionPipelineOptions.cs (1)
23set => field = Throw.IfNullOrEmpty(value);
IngestionResult.cs (1)
36DocumentId = Throw.IfNullOrEmpty(documentId);
Writers\VectorStoreWriterOptions.cs (1)
19set => field = Throw.IfNullOrEmpty(value);