7 references to BuildPaths
csc (2)
src\roslyn\src\Compilers\CSharp\csc\Program.cs (1)
41
=> Csc.Run(args, new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir), textWriter, analyzerLoader);
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
112
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);
csi (1)
Csi.cs (1)
26
var buildPaths = new
BuildPaths
(
vbc (2)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
112
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);
src\roslyn\src\Compilers\VisualBasic\vbc\Program.cs (1)
43
=> Vbc.Run(args, new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir), textWriter, analyzerLoader);
VBCSCompiler (2)
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
134
var buildPaths = new
BuildPaths
(ClientDirectory, request.WorkingDirectory, SdkDirectory, request.TempDirectory);
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
112
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);