3 references to Dependencies
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (3)
Abstractions\IMacroDependency.cs (1)
21/// As the result of method execution, <see cref="Dependencies" /> should be populated.
MacroProcessor.cs (2)
31if (config is IMacroConfigDependency macroWithDep && macroWithDep.Dependencies.Any()) 104foreach (string dependent in macroWithDep.Dependencies)