1 implementation of EvaluatedSources
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
93public IReadOnlyList<FileSourceMatchInfo> EvaluatedSources => _sources ?? throw new InvalidOperationException($"{nameof(Evaluate)} should be called before accessing the property.");
2 references to EvaluatedSources
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
RunnableProjectGenerator.cs (2)
144foreach (FileSourceMatchInfo source in templateConfig.EvaluatedSources) 320foreach (FileSourceMatchInfo source in runnableProjectConfig.EvaluatedSources)