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