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