1 implementation of Evaluate
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
201public void Evaluate(IVariableCollection rootVariableCollection)
5 references to Evaluate
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (5)
IRunnableProjectConfig.cs (3)
21/// Gets the list of evaluated sources based on configuration. <see cref="Evaluate(IVariableCollection)"/> method should be called first before accessing it. 28/// Gets the list of enabled post actions. <see cref="Evaluate(IVariableCollection)"/> method should be called first before accessing it. 33/// Gets the list of enabled primary outputs. <see cref="Evaluate(IVariableCollection)"/> method should be called first before accessing it.
RunnableProjectGenerator.cs (2)
136templateConfig.Evaluate(variables); 313runnableProjectConfig.Evaluate(variables);