14 references to Succeeded
csc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
Microsoft.CodeAnalysis (5)
CommandLine\CommonCompiler.cs (5)
877
return
Succeeded
;
883
return
Succeeded
;
894
return
Succeeded
;
989
:
Succeeded
;
1011
if (exitCode ==
Succeeded
)
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
142
return CommonCompiler.
Succeeded
;
vbc (1)
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
VBCSCompiler (6)
src\roslyn\src\Compilers\Server\VBCSCompiler\BuildServerController.cs (4)
136
return CommonCompiler.
Succeeded
;
171
return success ? CommonCompiler.
Succeeded
: CommonCompiler.Failed;
189
return CommonCompiler.
Succeeded
;
206
return CommonCompiler.
Succeeded
;
src\roslyn\src\Compilers\Server\VBCSCompiler\CompilationCacheUtilities.cs (1)
79
return CommonCompiler.
Succeeded
;
src\roslyn\src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);