7 references to IfNull
Microsoft.Extensions.AI.Evaluation.NLP (7)
BLEUEvaluator.cs (1)
49
_ = Throw.
IfNull
(modelResponse);
Common\MatchCounter.cs (2)
27
_ = Throw.
IfNull
(items, nameof(items));
58
_ = Throw.
IfNull
(other, nameof(other));
Common\NGram.cs (1)
26
Values = Throw.
IfNull
(values, nameof(values));
Common\SimpleWordTokenizer.cs (1)
30
_ = Throw.
IfNull
(text, nameof(text));
F1Evaluator.cs (1)
49
_ = Throw.
IfNull
(modelResponse);
GLEUEvaluator.cs (1)
49
_ = Throw.
IfNull
(modelResponse);