2 writes to DefaultValue
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\CoalesceMacroConfig.cs (2)
30
DefaultValue
= defaultValue;
39
DefaultValue
= GetOptionalParameterValue(generatedSymbolConfig, "defaultValue");
3 references to DefaultValue
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\CoalesceMacro.cs (3)
22
if (config.
DefaultValue
!= null && currentSourceValue.ToString().Equals(config.
DefaultValue
))
24
environmentSettings.Host.Logger.LogDebug("[{macro}]: '{var}': source value '{source}' is not used, because it is equal to default value '{default}'.", nameof(CoalesceMacro), config.VariableName, currentSourceValue, config.
DefaultValue
);