2 writes to DefaultValue
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\CoalesceMacroConfig.cs (2)
30DefaultValue = defaultValue; 39DefaultValue = GetOptionalParameterValue(generatedSymbolConfig, "defaultValue");
3 references to DefaultValue
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Macros\CoalesceMacro.cs (3)
22if (config.DefaultValue != null && currentSourceValue.ToString().Equals(config.DefaultValue)) 24environmentSettings.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);