8 references to EvaluateCondition
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (8)
ConfigModel\ConditionedConfigurationElement.cs (2)
25/// Stores the result of condition evaluation. <see cref="EvaluateCondition(ILogger, IVariableCollection)"/> should be done before accessing this property. 27/// <exception cref="InvalidOperationException">when the property is accessed prior to <see cref="EvaluateCondition(ILogger, IVariableCollection)"/> method is called.</exception>
PostAction.cs (2)
45model.EvaluateCondition(logger, rootVariableCollection); 72else if (modelInstruction.EvaluateCondition(logger, rootVariableCollection))
PrimaryOutput.cs (1)
36model.EvaluateCondition(environmentSettings.Host.Logger, rootVariableCollection);
RunnableProjectConfig.cs (3)
207fileGlobModel.EvaluateCondition(Logger, rootVariableCollection); 533if (!source.EvaluateCondition(Logger, rootVariableCollection)) 550if (modifier.EvaluateCondition(Logger, rootVariableCollection))