4 references to AppHostProfilePortGenerator
aspire (4)
Commands\InitCommand.cs (3)
313var ports = AppHostProfilePortGenerator.Generate(Random.Shared); 619effectivePorts = ports ?? AppHostProfilePortGenerator.Generate(Random.Shared); 625effectivePorts = ports ?? AppHostProfilePortGenerator.Generate(Random.Shared);
Templating\CliTemplateFactory.cs (1)
292return AppHostProfilePortGenerator.Generate(Random.Shared);