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