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