4 references to NewLineEscape
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (4)
ConvertBetweenRegularAndVerbatimString\ConvertBetweenRegularAndVerbatimInterpolatedStringTests.cs (4)
162
""".Replace(@"\r\n",
NewLineEscape
),
194
""".Replace(@"\r\n",
NewLineEscape
));
302
""".Replace(@"\r\n",
NewLineEscape
),
334
""".Replace(@"\r\n",
NewLineEscape
));