4 references to IfNullOrWhitespace
Microsoft.Extensions.AI.Evaluation.Safety (4)
ContentSafetyServiceConfiguration.cs (4)
136
SubscriptionId = Throw.
IfNullOrWhitespace
(subscriptionId);
137
ResourceGroupName = Throw.
IfNullOrWhitespace
(resourceGroupName);
138
ProjectName = Throw.
IfNullOrWhitespace
(projectName);
220
endpoint: new Uri(Throw.
IfNullOrWhitespace
(endpointUrl)),