1 implementation of Parameters
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
ConfigModel\GeneratedSymbol.cs (1)
63public 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)
77if (config.Parameters.TryGetValue(parameterName, out string token)) 173if (!config.Parameters.TryGetValue(parameterName, out string token)) 182if (!config.Parameters.TryGetValue(parameterName, out string token)) 191if (!config.Parameters.TryGetValue(parameterName, out string token))