4 references to Generate
aspire (4)
Commands\InitCommand.cs (3)
306var ports = AppHostProfilePortGenerator.Generate(Random.Shared); 612effectivePorts = ports ?? AppHostProfilePortGenerator.Generate(Random.Shared); 618effectivePorts = ports ?? AppHostProfilePortGenerator.Generate(Random.Shared);
Templating\CliTemplateFactory.cs (1)
291return AppHostProfilePortGenerator.Generate(Random.Shared);