1 write to ReferencePaths
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCommandLineParser.cs (1)
1605
ReferencePaths
= referencePaths,
5 references to ReferencePaths
Microsoft.CodeAnalysis (2)
CommandLine\CommandLineArguments.cs (1)
578
string? resolvedPath = FileUtilities.ResolveRelativePath(reference.FilePath, basePath: null, baseDirectory: BaseDirectory, searchPaths:
ReferencePaths
, fileExists: File.Exists);
CommandLine\CommonCompiler.cs (1)
216
var pathResolver = new CompilerRelativePathResolver(FileSystem, Arguments.
ReferencePaths
, Arguments.BaseDirectory);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
186
arguments.
ReferencePaths
,
Microsoft.CodeAnalysis.Workspaces (1)
Workspace\CommandLineProject.cs (1)
41
new RelativePathResolver(commandLineArguments.
ReferencePaths
, commandLineArguments.BaseDirectory);
Microsoft.CodeAnalysis.Workspaces.MSBuild (1)
MSBuild\MSBuildProjectLoader.Worker.cs (1)
247
new RelativePathResolver(commandLineArgs.
ReferencePaths
, commandLineArgs.BaseDirectory)));