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