5 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
CSharpTestBase.cs (5)
1034return CompileAndVerify( 1539return CompileAndVerify(c, expectedOutput: expectedOutput); 1547return CompileAndVerify(compilation, expectedOutput: expectedOutput); 1574CompileAndVerify(comp, expectedOutput: "", verify: verify); //need expected output to force execution 1587return CompileAndVerify(comp, verify: verify);