2 references to ResolveRelativePath
Microsoft.CodeAnalysis.InteractiveHost (2)
src\Compilers\Core\Portable\FileSystem\FileUtilities.cs (2)
83
combinedPath =
ResolveRelativePath
(kind, path, basePath, baseDirectory);
104
return
ResolveRelativePath
(PathUtilities.GetPathKind(path), path, basePath, baseDirectory);