5 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
CSharpTestBase.cs (5)
1004return CompileAndVerify( 1509return CompileAndVerify(c, expectedOutput: expectedOutput); 1517return CompileAndVerify(compilation, expectedOutput: expectedOutput); 1544CompileAndVerify(comp, expectedOutput: "", verify: verify); //need expected output to force execution 1557return CompileAndVerify(comp, verify: verify);