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