5 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
CSharpTestBase.cs (5)
1118return CompileAndVerify( 1623return CompileAndVerify(c, expectedOutput: expectedOutput); 1631return CompileAndVerify(compilation, expectedOutput: expectedOutput); 1658CompileAndVerify(comp, expectedOutput: "", verify: verify); //need expected output to force execution 1671return CompileAndVerify(comp, verify: verify);