4 references to RenderAndVerify
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (4)
Parsing\RawInterpolatedStringLiteralCompilingTests.cs (4)
31RenderAndVerify(markup, expectedOutput, normalize: null); 32RenderAndVerify(markup, expectedOutput, normalize: "\r\n"); 33RenderAndVerify(markup, expectedOutput, normalize: "\n"); 34RenderAndVerify(markup, expectedOutput, normalize: "\r");