2 references to ResolveRelativePath
Microsoft.CodeAnalysis.InteractiveHost (2)
FileUtilities.cs (2)
81
combinedPath =
ResolveRelativePath
(kind, path, basePath, baseDirectory);
102
return
ResolveRelativePath
(PathUtilities.GetPathKind(path), path, basePath, baseDirectory);