1 write to VariableSetup
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
436VariableSetup = variableConfig,
4 references to VariableSetup
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
GlobalRunSpec.cs (2)
52RunSpec spec = new(specialOps, runConfig?.VariableSetup.FallbackFormat); 132if (runConfig.VariableSetup.Expand)
RunnableProjectGenerator.cs (2)
131IVariableCollection variables = SetupVariables(parameters, templateConfig.GlobalOperationConfig.VariableSetup); 307IVariableCollection variables = SetupVariables(parameters, runnableProjectConfig.GlobalOperationConfig.VariableSetup);