6 references to GetRelativePath
dotnet-svcutil-lib (1)
Shared\Utilities\PathHelper.cs (1)
92return GetRelativePath(childPath, new DirectoryInfo(parentPath));
dotnet-svcutil-lib.Tests (5)
E2ETests.cs (1)
252var uri = PathHelper.GetRelativePath(Path.Combine(this_TestGroupOutputDir, "TypeReuseSvc.wsdl"), new DirectoryInfo(this_TestCaseOutputDir));
TestInit.cs (4)
394var bRel = PathHelper.GetRelativePath(b, new DirectoryInfo(baselineDir)); 395var gRel = PathHelper.GetRelativePath(g, new DirectoryInfo(outputDir)); 404var bRel = PathHelper.GetRelativePath(b, new DirectoryInfo(baselineDir)); 405var gRel = PathHelper.GetRelativePath(g, new DirectoryInfo(outputDir));