2 writes to Port
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\GeneratePortNumberConfig.cs (2)
65Port = AllocatePort(low, high, fallback); 97Port = AllocatePort(low, high, fallback);
2 references to Port
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\GeneratePortNumberMacro.cs (2)
18vars[config.VariableName] = config.Port; 19environmentSettings.Host.Logger.LogDebug("[{macro}]: Variable '{var}' was assigned to value '{value}'.", nameof(GeneratePortNumberMacro), config.VariableName, config.Port);