11 references to IfNull
Microsoft.Extensions.AI.Evaluation.Safety (11)
CodeVulnerabilityEvaluator.cs (1)
53
_ = Throw.
IfNull
(chatConfiguration);
ContentHarmEvaluator.cs (2)
34
_ = Throw.
IfNull
(chatConfiguration);
35
_ = Throw.
IfNull
(modelResponse);
ContentSafetyEvaluator.cs (3)
51
_ = Throw.
IfNull
(chatConfiguration);
98
_ = Throw.
IfNull
(contentSafetyServiceChatClient);
99
_ = Throw.
IfNull
(modelResponse);
ContentSafetyServiceConfigurationExtensions.cs (2)
38
_ = Throw.
IfNull
(contentSafetyServiceConfiguration);
75
_ = Throw.
IfNull
(contentSafetyServiceConfiguration);
GroundednessProEvaluator.cs (1)
54
_ = Throw.
IfNull
(chatConfiguration);
ProtectedMaterialEvaluator.cs (1)
73
_ = Throw.
IfNull
(chatConfiguration);
UngroundedAttributesEvaluator.cs (1)
58
_ = Throw.
IfNull
(chatConfiguration);