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