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