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