2 references to ResolveRelativePath
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (2)
97return ResolveRelativePath(path, null, baseDirectory); 225string? resolvedPath = ResolveRelativePath(path, basePath, baseDirectory);