4 references to RunCompilationResult
csc (4)
BuildClient.cs (4)
31internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded); 33internal static readonly RunCompilationResult Failed = new RunCompilationResult(CommonCompiler.Failed); 170return new RunCompilationResult(exitCode); 262return new RunCompilationResult(completedResponse.ReturnCode, ranOnServer: true);