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