4 references to IfNullOrWhitespace
Microsoft.Extensions.AI.Evaluation.Safety (4)
ContentSafetyServiceConfiguration.cs (4)
130
SubscriptionId = Throw.
IfNullOrWhitespace
(subscriptionId);
131
ResourceGroupName = Throw.
IfNullOrWhitespace
(resourceGroupName);
132
ProjectName = Throw.
IfNullOrWhitespace
(projectName);
212
endpoint: new Uri(Throw.
IfNullOrWhitespace
(endpointUrl)),