1 override of Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ValueForms\ChainValueFormFactory.cs (1)
15protected override string Process(string value, IReadOnlyList<string>? steps, IReadOnlyDictionary<string, IValueForm> otherForms)
1 reference to Process
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ValueForms\DependentValueFormFactory.cs (1)
59return _factory.Process(value, _configuration, otherForms);