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