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