4 references to GetRelativePath
NuGet.Commands (3)
MSBuildProjectFactory.cs (1)
204var includePath = PathUtility.GetRelativePath("contentFiles" + Path.DirectorySeparatorChar, packageFile.Target, '/');
RestoreCommand\LockFileBuilder.cs (2)
84path = PathUtility.GetRelativePath( 94var msbuildRelativePath = PathUtility.GetRelativePath(
NuGet.Common (1)
PathUtil\PathUtility.cs (1)
190return GetRelativePath(path1, path2, Path.DirectorySeparatorChar);