2 writes to RemoveEmptyValues
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\JoinMacroConfig.cs (2)
21
RemoveEmptyValues
= removeEmptyValues;
28
RemoveEmptyValues
= GetOptionalParameterValue(generatedSymbolConfig, "removeEmptyValues", ConvertJTokenToBool);
1 reference to RemoveEmptyValues
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Macros\JoinMacro.cs (1)
46
string result = string.Join(config.Separator, values.Where(v => !config.
RemoveEmptyValues
|| !string.IsNullOrEmpty(v)));