3 references to GetNewLineWidth
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer_RawStringLiteral.cs (2)
137this.AddError(TextWindow.Position, width: TextWindow.GetNewLineWidth(), ErrorCode.ERR_UnterminatedRawString); 319var newLineWidth = TextWindow.GetNewLineWidth();
Parser\SlidingTextWindow.cs (1)
294AdvanceChar(GetNewLineWidth());