1 write to _sources
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
RunnableProjectConfig.cs (1)
212
_sources
= EvaluateSources(rootVariableCollection, resolvedNameParamValue);
1 reference to _sources
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.");