32 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (32)
CodeGen\CodeGenAsyncEHTests.cs (32)
146CompileAndVerify(source, expectedOutput: expected);
218CompileAndVerify(source, expectedOutput: expected).
630CompileAndVerify(source, expectedOutput: "3");
679CompileAndVerify(source, expectedOutput: expected);
729CompileAndVerify(source, expectedOutput: expected);
780CompileAndVerify(source, expectedOutput: expected).
990CompileAndVerify(source, expectedOutput: expected);
1461CompileAndVerify(source, expectedOutput: expected);
1580var verifier = CompileAndVerify(source, expectedOutput: expected);
1847var verifier = CompileAndVerify(source, expectedOutput: expected);
2096var verifier = CompileAndVerify(source, expectedOutput: expected);
2343CompileAndVerify(source, expected);
2466CompileAndVerify(source, expectedOutput: expected);
2554CompileAndVerify(source, expectedOutput: expected);
2646CompileAndVerify(source, expectedOutput: expected);
2710CompileAndVerify(source, expectedOutput: expected).
2922CompileAndVerify(source, expectedOutput: expected);
3002CompileAndVerify(source, expectedOutput: expected);
3087CompileAndVerify(source, expectedOutput: expected);
3152CompileAndVerify(source, expectedOutput: expected);
3332CompileAndVerify(source, expectedOutput: expected);
3424CompileAndVerify(source, expectedOutput: expected);
3519CompileAndVerify(source, expectedOutput: expected);
3566CompileAndVerify(source, expected);
3643CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3644CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3754CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3755CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3838CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3839CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
4020CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
4021CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();