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