19 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (19)
CodeGen\CodeGenAsyncLocalsTests.cs (19)
77CompileAndVerify(source, expectedOutput: expected); 149CompileAndVerify(source, options: TestOptions.ReleaseExe, expectedOutput: expected); 150CompileAndVerify(source, options: TestOptions.DebugExe, expectedOutput: expected); 181CompileAndVerify(source, expectedOutput: expected); 215CompileAndVerify(source, expectedOutput: expected); 416CompileAndVerify(source, expected); 455CompileAndVerify(source, expected); 482CompileAndVerify(source, expectedOutput: expected, references: new[] { CSharpRef }); 522var verifier = CompileAndVerify(source, expectedOutput: expected); 652var verifier = CompileAndVerify(source, expectedOutput: expected); 934CompileAndVerify(source, expectedOutput: expected); 1002var c = CompileAndVerify(source, expectedOutput: null, options: TestOptions.ReleaseDll); 1160var c = CompileAndVerify(source, expectedOutput: null, options: TestOptions.ReleaseDll); 1311var verifier = CompileAndVerify(text, options: TestOptions.UnsafeReleaseExe, expectedOutput: @"1", verify: Verification.Fails); 1416verifier = CompileAndVerify(text, options: TestOptions.UnsafeDebugExe, expectedOutput: @"1", verify: Verification.Fails); 1568var verifier = CompileAndVerify(text, options: TestOptions.ReleaseExe, expectedOutput: @"2"); 1701verifier = CompileAndVerify(text, options: TestOptions.DebugExe, expectedOutput: @"2"); 1893var verifier = CompileAndVerify(text, options: TestOptions.ReleaseExe, expectedOutput: @"2"); 2026verifier = CompileAndVerify(text, options: TestOptions.DebugExe, expectedOutput: @"2");