4 references to IfNull
Microsoft.Extensions.AI.Evaluation.NLP (4)
BLEUEvaluator.cs (1)
48
_ = Throw.
IfNull
(modelResponse);
Common\MatchCounter.cs (1)
27
_ = Throw.
IfNull
(items, nameof(items));
Common\NGram.cs (1)
26
Values = Throw.
IfNull
(values, nameof(values));
Common\SimpleWordTokenizer.cs (1)
30
_ = Throw.
IfNull
(text, nameof(text));