7 references to IfNull
Microsoft.Extensions.AI.AzureAIInference (7)
AzureAIInferenceChatClient.cs (5)
46
_ = Throw.
IfNull
(chatCompletionsClient);
69
set => _toolCallJsonSerializerOptions = Throw.
IfNull
(value);
75
_ = Throw.
IfNull
(serviceType);
89
_ = Throw.
IfNull
(messages);
143
_ = Throw.
IfNull
(messages);
AzureAIInferenceEmbeddingGenerator.cs (2)
50
_ = Throw.
IfNull
(embeddingsClient);
78
_ = Throw.
IfNull
(serviceType);