4 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (4)
Emit\DynamicAnalysis\DynamicInstrumentationTests.cs (4)
744
CompilationVerifier verifier =
CompileAndVerify
(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.ReleaseExe);
748
verifier =
CompileAndVerify
(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.DebugExe);
948
CompilationVerifier verifier =
CompileAndVerify
(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.ReleaseExe);
952
verifier =
CompileAndVerify
(source, expectedOutput: checker.ExpectedOutput, options: TestOptions.DebugExe);