2 references to ThrowIfNullOrEmpty
Aspire.Hosting.Azure.ServiceBus (2)
AzureServiceBusTopicResource.cs (2)
23private string _topicName = ThrowIfNullOrEmpty(topicName); 31set => _topicName = ThrowIfNullOrEmpty(value, nameof(topicName));