10 references to IfNull
Microsoft.Extensions.VectorData.Abstractions (10)
ProviderServices\CollectionModel.cs (2)
123
_ = Throw.
IfNull
(searchOptions);
190
_ = Throw.
IfNull
(expression);
ProviderServices\CollectionModelBuilder.cs (4)
87
_ = Throw.
IfNull
(recordType);
157
_ = Throw.
IfNull
(definition);
518
_ = Throw.
IfNull
(propertyModel);
604
_ = Throw.
IfNull
(keyProperty);
ProviderServices\Filter\FilterTranslatorBase.cs (2)
165
_ = Throw.
IfNull
(lambdaExpression);
166
_ = Throw.
IfNull
(options);
VectorStoreCollection.cs (2)
87
_ = Throw.
IfNull
(keys);
139
_ = Throw.
IfNull
(keys);