5 references to CompileAndVerify
Microsoft.CodeAnalysis.CSharp.Test.Utilities (5)
CSharpTestBase.cs (5)
1472return CompileAndVerify( 1977return CompileAndVerify(c, expectedOutput: expectedOutput); 1985return CompileAndVerify(compilation, expectedOutput: expectedOutput); 2012CompileAndVerify(comp, expectedOutput: "", verify: verify); //need expected output to force execution 2025return CompileAndVerify(comp, verify: verify);