2 references to GetRelativePath
dotnet-svcutil-lib (1)
Shared\Utilities\PathHelper.cs (1)
41bool contains = PathHelper.GetRelativePath(path, workingDirectory)
dotnet-svcutil-lib.Tests (1)
ProjectUtils.cs (1)
185var referenceNamespace = PathHelper.GetRelativePath(referenceFolderName, project.DirectoryPath).Replace("\\", ".").Replace("/", ".").Replace(" ", "_");