1 implementation of TryEvaluateFromString
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectGenerator.cs (1)
105
bool IGenerator.
TryEvaluateFromString
(ILogger logger, string text, IDictionary<string, object> variables, out bool result, out string evaluationError, HashSet<string>? referencedVariablesKeys)
1 reference to TryEvaluateFromString
Microsoft.TemplateEngine.Edge (1)
Template\ParameterSetBuilder.cs (1)
304
if (!generator.
TryEvaluateFromString
(logger, condition, variableCollection, out bool result, out string evaluationError, referencedVariablesKeys))