1 implementation of Parameters
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\GeneratedSymbol.cs (1)
63
public IReadOnlyDictionary<string, string>
Parameters
{ get; internal init; } = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);
4 references to Parameters
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
Macros\BaseMacroConfig.cs (4)
77
if (config.
Parameters
.TryGetValue(parameterName, out string token))
173
if (!config.
Parameters
.TryGetValue(parameterName, out string token))
182
if (!config.
Parameters
.TryGetValue(parameterName, out string token))
191
if (!config.
Parameters
.TryGetValue(parameterName, out string token))