提交 097fefeb 编写于 作者: C Cyrus Najmabadi

Merge branch 'virtualCharRune' of https://github.com/CyrusNajmabadi/roslyn into virtualCharRune

......@@ -120,7 +120,7 @@ private VirtualCharSequence TryConvertVerbatimStringToVirtualChars(SyntaxToken t
using var _1 = ArrayBuilder<(char ch, TextSpan span)>.GetInstance(out var charResults);
// First pass, just convert everything in the string (i.e. escapes) to plan 16-bit characters.
// First pass, just convert everything in the string (i.e. escapes) to plain 16-bit characters.
var offset = token.SpanStart;
for (var index = startIndexInclusive; index < endIndexExclusive;)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册