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