2 implementations of PathRelativeTo
Microsoft.TemplateEngine.Utils (2)
InMemoryFileSystem.cs (1)
675public string PathRelativeTo(string target, string relativeTo)
PhysicalFileSystem.cs (1)
109public 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)
682return _basis.PathRelativeTo(target, relativeTo);