3 references to GetRelativePath
Microsoft.DotNet.Cli.Utils (3)
PathUtility.cs (3)
116return GetRelativePath(path1, path2, Path.DirectorySeparatorChar, true); 129return GetRelativePath(path1, path2, Path.DirectorySeparatorChar, true); 138return GetRelativePath(path1, path2, Path.DirectorySeparatorChar, false);