15 references to Succeeded
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded);
Microsoft.CodeAnalysis (6)
CommandLine\CommonCompiler.cs (6)
885return Succeeded; 891return Succeeded; 902return Succeeded; 998: Succeeded; 1020OnCompilationCompleted(exitCode == Succeeded); 1022if (exitCode == Succeeded)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
142return CommonCompiler.Succeeded;
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded);
VBCSCompiler (6)
src\roslyn\src\Compilers\Server\VBCSCompiler\BuildServerController.cs (4)
136return CommonCompiler.Succeeded; 171return success ? CommonCompiler.Succeeded : CommonCompiler.Failed; 189return CommonCompiler.Succeeded; 206return CommonCompiler.Succeeded;
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
90return CommonCompiler.Succeeded;
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded);