14 references to Succeeded
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded);
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.cs (5)
877return Succeeded; 883return Succeeded; 894return Succeeded; 989: Succeeded; 1011if (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)
79return CommonCompiler.Succeeded;
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.Succeeded);