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);
733CompileAndVerify(source, expectedOutput: expected);
788CompileAndVerify(source, expectedOutput: expected).
1002CompileAndVerify(source, expectedOutput: expected);
1481CompileAndVerify(source, expectedOutput: expected);
1604var verifier = CompileAndVerify(source, expectedOutput: expected);
1875var verifier = CompileAndVerify(source, expectedOutput: expected);
2128var verifier = CompileAndVerify(source, expectedOutput: expected);
2379CompileAndVerify(source, expected);
2506CompileAndVerify(source, expectedOutput: expected);
2594CompileAndVerify(source, expectedOutput: expected);
2686CompileAndVerify(source, expectedOutput: expected);
2750CompileAndVerify(source, expectedOutput: expected).
2966CompileAndVerify(source, expectedOutput: expected);
3046CompileAndVerify(source, expectedOutput: expected);
3131CompileAndVerify(source, expectedOutput: expected);
3196CompileAndVerify(source, expectedOutput: expected);
3376CompileAndVerify(source, expectedOutput: expected);
3468CompileAndVerify(source, expectedOutput: expected);
3563CompileAndVerify(source, expectedOutput: expected);
3610CompileAndVerify(source, expected);
3687CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3688CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3798CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3799CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3882CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
3883CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();
4065CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expectedOutput).VerifyDiagnostics();
4066CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expectedOutput).VerifyDiagnostics();