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