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