3 references to RegionCode
Aspire.Hosting.DevTunnels (3)
DevTunnelCli.cs (1)
403return $"https://{options.RegionCode}.rel.tunnels.api.visualstudio.com";
DevTunnelCliClient.cs (1)
71string resolvedTunnelId = options.Region is not null ? $"{tunnelId}.{options.RegionCode}" : tunnelId;
DevTunnelResource.cs (1)
35internal string ResolvedTunnelId => Options.Region is not null ? $"{TunnelId}.{Options.RegionCode}" : TunnelId;