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)
149
templateData.TemplateSourceRoot.DirectoryInfo(source.
Source
) ??
150
throw new InvalidOperationException($"Cannot access the source directory of the template: {source.
Source
}.");
159
Path.Combine(source.
Source
, fileChange.SourceRelativePath),
325
templateSourceRoot.DirectoryInfo(source.
Source
) ??
326
throw new InvalidOperationException($"Cannot access the source directory of the template: {source.
Source
}.");