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