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)
93public IReadOnlyList<FileSourceMatchInfo> EvaluatedSources => _sources ?? throw new InvalidOperationException($"{nameof(Evaluate)} should be called before accessing the property.");