15 references to Succeeded
csc (1)
src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
888
return
Succeeded
;
894
return
Succeeded
;
905
return
Succeeded
;
988
:
Succeeded
;
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineIVTTests.cs (1)
120
Assert.Equal(CommonCompiler.
Succeeded
, errorCode);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
142
return CommonCompiler.
Succeeded
;
vbc (1)
src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
VBCSCompiler (3)
src\Compilers\Server\VBCSCompiler\BuildServerController.cs (2)
134
return CommonCompiler.
Succeeded
;
165
return success ? CommonCompiler.
Succeeded
: CommonCompiler.Failed;
src\Compilers\Shared\BuildClient.cs (1)
29
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
VBCSCompiler.UnitTests (4)
CompilerServerApiTest.cs (1)
105
Assert.Equal(CommonCompiler.
Succeeded
, result);
VBCSCompilerServerTests.cs (3)
68
Assert.Equal(CommonCompiler.
Succeeded
, exitCode);
87
Assert.Equal(CommonCompiler.
Succeeded
, exitCode);
181
Assert.Equal(CommonCompiler.
Succeeded
, exitCode);