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