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