2 writes to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Macros\RegexMatchMacroConfig.cs (2)
23Source = sourceVariable; 31Source = GetMandatoryParameterValue(generatedSymbolConfig, "source");
4 references to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (4)
Macros\RegexMatchMacro.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(RegexMatchMacro), config.Source, config.VariableName); 26environmentSettings.Host.Logger.LogDebug("[{macro}]: The value of source variable '{sourceVar}' is null, skipping processing for macro '{var}'.", nameof(RegexMatchMacro), config.Source, config.VariableName);
Macros\RegexMatchMacroConfig.cs (1)
43PopulateMacroConfigDependencies(Source, symbols);