5 references to IsAtEnd
Microsoft.CodeAnalysis.CSharp (5)
Parser\Lexer_StringLiteral.cs (5)
349
return
IsAtEnd
(allowNewline: kind is InterpolatedStringKind.Verbatim or InterpolatedStringKind.MultiLineRaw);
531
IsAtEnd
(allowNewline: true) ? _lexer.TextWindow.Position - 1 : _lexer.TextWindow.Position,
554
IsAtEnd
(allowNewline: true) ? _lexer.TextWindow.Position - 1 : _lexer.TextWindow.Position,
982
else if (
IsAtEnd
(allowNewline: true))
1005
if (
IsAtEnd
(allowNewline: true))