2 implementations of PathRelativeTo
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
675
public string
PathRelativeTo
(string target, string relativeTo)
PhysicalFileSystem.cs (1)
109
public string
PathRelativeTo
(string target, string relativeTo)
2 references to PathRelativeTo
Microsoft.TemplateEngine.Cli (1)
TemplateInvoker.cs (1)
125
.
PathRelativeTo
(
Microsoft.TemplateEngine.Utils (1)
InMemoryFileSystem.cs (1)
682
return _basis.
PathRelativeTo
(target, relativeTo);