1 write to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
FileSourceMatchInfo.cs (1)
26Source = source;
5 references to Source
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (5)
RunnableProjectGenerator.cs (5)
149templateData.TemplateSourceRoot.DirectoryInfo(source.Source) ?? 150throw new InvalidOperationException($"Cannot access the source directory of the template: {source.Source}."); 159Path.Combine(source.Source, fileChange.SourceRelativePath), 325templateSourceRoot.DirectoryInfo(source.Source) ?? 326throw new InvalidOperationException($"Cannot access the source directory of the template: {source.Source}.");