2 writes to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\CaseChangeMacroConfig.cs (2)
18Source = sourceVariable; 25Source = GetMandatoryParameterValue(generatedSymbolConfig, "source");
4 references to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
Macros\CaseChangeMacro.cs (3)
19if (!variableCollection.TryGetValue(config.Source, out object? working)) 21environmentSettings.Host.Logger.LogDebug("[{macro}]: Source variable '{sourceVar}' was not found, skipping processing for macro '{var}'.", nameof(CaseChangeMacro), config.Source, config.VariableName); 26environmentSettings.Host.Logger.LogDebug("[{macro}]: The value of source variable '{sourceVar}' is null, skipping processing for macro '{var}'.", nameof(CaseChangeMacro), config.Source, config.VariableName);
Macros\CaseChangeMacroConfig.cs (1)
36PopulateMacroConfigDependencies(Source, symbols);