14 references to Succeeded
csc (1)
BuildClient.cs (1)
31
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
Microsoft.CodeAnalysis (4)
CommandLine\CommonCompiler.cs (4)
803
return
Succeeded
;
809
return
Succeeded
;
820
return
Succeeded
;
903
:
Succeeded
;
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
138
return CommonCompiler.
Succeeded
;
vbc (1)
BuildClient.cs (1)
31
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
VBCSCompiler (3)
BuildClient.cs (1)
31
internal static readonly RunCompilationResult Succeeded = new RunCompilationResult(CommonCompiler.
Succeeded
);
BuildServerController.cs (2)
134
return CommonCompiler.
Succeeded
;
165
return success ? CommonCompiler.
Succeeded
: CommonCompiler.Failed;
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);