3 references to RelativePathResolver
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\FileSystem\RelativePathResolver.cs (2)
55
new
(searchPaths, BaseDirectory);
58
new
(SearchPaths, baseDirectory);
Workspace\CommandLineProject.cs (1)
41
new
RelativePathResolver
(commandLineArguments.ReferencePaths, commandLineArguments.BaseDirectory);