2 references to GetServiceName
Aspire.Hosting.Radius (2)
Publishing\RadiusInfrastructureBuilder.cs (1)
1632var serviceName = RadiusServiceDiscovery.GetServiceName(topLevelName, mapKey);
Publishing\RadiusServiceDiscovery.cs (1)
54public static string GetServiceName(string resourceName) => GetServiceName(resourceName, resourceName);