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