2 references to GetNewLineWidth
Microsoft.CodeAnalysis.CSharp (2)
Parser\LanguageParser_InterpolatedString.cs (1)
343currentIndex += SlidingTextWindow.GetNewLineWidth(ch, currentIndex + 1 < text.Length ? text[currentIndex + 1] : '\0');
Parser\SlidingTextWindow.cs (1)
304return GetNewLineWidth(this.PeekChar(), this.PeekChar(1));