19 references to CompileAndVerifyWithCSharp
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (15)
CodeGen\CodeGenDynamicTests.cs (15)
584var verifier = CompileAndVerifyWithCSharp(source, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: peModule => 640var verifier = CompileAndVerifyWithCSharp(source, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: peModule => 675var verifier = CompileAndVerifyWithCSharp(source, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: peModule => 801var verifier = CompileAndVerifyWithCSharp(source, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: peModule => 821var verifier = CompileAndVerifyWithCSharp(source, options: TestOptions.ReleaseDll.WithMetadataImportOptions(MetadataImportOptions.All), symbolValidator: peModule => 1014CompileAndVerifyWithCSharp(source); 1545CompileAndVerifyWithCSharp(src, 2281var verifier = CompileAndVerifyWithCSharp(source, symbolValidator: module => 2396CompileAndVerifyWithCSharp(source, expectedOutput: 5058CompileAndVerifyWithCSharp(source: source, expectedOutput: output); 5160CompileAndVerifyWithCSharp(source: source, expectedOutput: output); 5190CompileAndVerifyWithCSharp(source, expectedOutput: ""); 6630CompileAndVerifyWithCSharp(source, 8122CompileAndVerifyWithCSharp(source, expectedOutput: "2"); 8786CompileAndVerifyWithCSharp(source, expectedOutput: "");
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (2)
3142var verifier = CompileAndVerifyWithCSharp(new[] { source, interpolatedStringBuilder }, expectedOutput: @"base1"); 3194var verifier = CompileAndVerifyWithCSharp(new[] { source, interpolatedStringBuilder }, expectedOutput: @"1base");
Semantics\RawInterpolationTests_Handler.cs (2)
1512var verifier = CompileAndVerifyWithCSharp(new[] { source, interpolatedStringBuilder }, expectedOutput: @"base1"); 1564var verifier = CompileAndVerifyWithCSharp(new[] { source, interpolatedStringBuilder }, expectedOutput: @"1base");