4 references to RunCompilationResult
VBCSCompiler (4)
src\Compilers\Shared\BuildClient.cs (4)
29
internal static readonly RunCompilationResult Succeeded = new
RunCompilationResult
(CommonCompiler.Succeeded);
31
internal static readonly RunCompilationResult Failed = new
RunCompilationResult
(CommonCompiler.Failed);
168
return new
RunCompilationResult
(exitCode);
260
return new
RunCompilationResult
(completedResponse.ReturnCode, ranOnServer: true);