1 write to ExitCode
VBCSCompiler (1)
src\Compilers\Shared\BuildClient.cs (1)
39
ExitCode
= exitCode;
5 references to ExitCode
VBCSCompiler (1)
src\Compilers\Shared\BuildClient.cs (1)
117
return client.RunCompilation(originalArguments, buildPaths).
ExitCode
;
VBCSCompiler.UnitTests (4)
BuildClientTests.cs (3)
95
var exitCode = client.RunCompilation(new[] { "/shared" }, _buildPaths, pipeName: _pipeName).
ExitCode
;
119
var exitCode = client.RunCompilation(new[] { "/shared" }, _buildPaths, pipeName: _pipeName).
ExitCode
;
184
var exitCode = client.RunCompilation(new[] { "/shared" }, _buildPaths, pipeName: _pipeName).
ExitCode
;
CompilerServerTests.cs (1)
207
return (result.
ExitCode
, output);