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