6 references to IfNull
Microsoft.Extensions.AI.AzureAIInference (6)
AzureAIInferenceChatClient.cs (4)
43
_ = Throw.
IfNull
(chatCompletionsClient);
65
_ = Throw.
IfNull
(serviceType);
79
_ = Throw.
IfNull
(messages);
134
_ = Throw.
IfNull
(messages);
AzureAIInferenceEmbeddingGenerator.cs (2)
50
_ = Throw.
IfNull
(embeddingsClient);
78
_ = Throw.
IfNull
(serviceType);