21 references to BuildPaths
csc (2)
src\Compilers\CSharp\csc\Program.cs (1)
41
=> Csc.Run(args, new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir), textWriter, analyzerLoader);
src\Compilers\Shared\BuildClient.cs (1)
115
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);
csi (1)
Csi.cs (1)
26
var buildPaths = new
BuildPaths
(
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (4)
CommandLineTests.cs (4)
12309
var buildPaths = new
BuildPaths
(clientDir: "", workingDir: workingDir.Path, sdkDir: null, tempDir: tempDir.Path);
12324
var buildPaths = new
BuildPaths
(clientDir: "", workingDir: workingDir.Path, sdkDir: null, tempDir: tempDir.Path);
12344
var buildPaths = new
BuildPaths
(clientDir: "", workingDir: workingDir.Path, sdkDir: null, tempDir: tempDir.Path);
12365
var buildPaths = new
BuildPaths
(clientDir: "", workingDir: workingDir.Path, sdkDir: null, tempDir: tempDir.Path);
Microsoft.CodeAnalysis.Scripting.TestUtilities (2)
CSharpScriptTestBase.cs (1)
33
var buildPaths = new
BuildPaths
(
VisualBasicScriptTestBase.cs (1)
26
var buildPaths = new
BuildPaths
(
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\RuntimeUtilities.cs (1)
55
return new
BuildPaths
(
TestableCompiler.cs (1)
50
internal static BuildPaths StandardBuildPaths => new
BuildPaths
(
Microsoft.CodeAnalysis.UnitTests (2)
Analyzers\AnalyzerFileReferenceTests.cs (2)
320
new
BuildPaths
(clientDir: directory.Path, workingDir: directory.Path, sdkDir: null, tempDir: null),
349
new
BuildPaths
(clientDir: directory.Path, workingDir: directory.Path, sdkDir: null, tempDir: null),
vbc (2)
src\Compilers\Shared\BuildClient.cs (1)
115
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);
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\Compilers\Server\VBCSCompiler\CompilerRequestHandler.cs (1)
132
var buildPaths = new
BuildPaths
(ClientDirectory, request.WorkingDirectory, SdkDirectory, request.TempDirectory);
src\Compilers\Shared\BuildClient.cs (1)
115
var buildPaths = new
BuildPaths
(clientDir: clientDir, workingDir: workingDir, sdkDir: sdkDir, tempDir: tempDir);
VBCSCompiler.UnitTests (4)
CompilerServerTests.cs (1)
199
var buildPaths = new
BuildPaths
(
ServerUtil.cs (1)
164
return new
BuildPaths
(
TouchedFileLoggingTests.cs (2)
69
new
BuildPaths
(clientDirectory, _baseDirectory, RuntimeEnvironment.GetRuntimeDirectory(), Path.GetTempPath()),
120
new
BuildPaths
(clientDirectory, _baseDirectory, RuntimeEnvironment.GetRuntimeDirectory(), Path.GetTempPath()),