1 implementation of EvaluatedSources
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
93
public 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)
144
foreach (FileSourceMatchInfo source in templateConfig.
EvaluatedSources
)
320
foreach (FileSourceMatchInfo source in runnableProjectConfig.
EvaluatedSources
)