3 references to PathRelativeTo
Microsoft.TemplateEngine.Core (2)
Util\Orchestrator.cs (2)
125
string sourceRel = file.
PathRelativeTo
(sourceDir);
196
string sourceRel = file.
PathRelativeTo
(sourceDir);
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (1)
FileRenameGenerator.cs (1)
68
string sourceTemplateRelativePath = fileSystemEntry.
PathRelativeTo
(sourceBaseDirectoryInfo);