1 write to SourceVariable
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
Macros\ProcessValueFormMacroConfig.cs (1)
26SourceVariable = sourceSymbol;
4 references to SourceVariable
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
Macros\ProcessValueFormMacro.cs (3)
19if (!vars.TryGetValue(config.SourceVariable, out object working)) 21environmentSettings.Host.Logger.LogDebug("[{macro}]: Source variable '{sourceVar}' was not found, skipping processing for macro '{var}'.", nameof(ProcessValueFormMacro), config.SourceVariable, config.VariableName); 26environmentSettings.Host.Logger.LogDebug("[{macro}]: The value of source variable '{sourceVar}' is null, skipping processing for macro '{var}'.", nameof(ProcessValueFormMacro), config.SourceVariable, config.VariableName);
Macros\ProcessValueFormMacroConfig.cs (1)
42PopulateMacroConfigDependencies(SourceVariable, symbols);