5 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
CSharpTestBase.cs (5)
1036return CompileAndVerify( 1541return CompileAndVerify(c, expectedOutput: expectedOutput); 1549return CompileAndVerify(compilation, expectedOutput: expectedOutput); 1576CompileAndVerify(comp, expectedOutput: "", verify: verify); //need expected output to force execution 1589return CompileAndVerify(comp, verify: verify);