5 references to IsAtEnd
Microsoft.CodeAnalysis.CSharp (5)
Parser\Lexer_StringLiteral.cs (5)
356
return
IsAtEnd
(allowNewline: kind is InterpolatedStringKind.Verbatim or InterpolatedStringKind.MultiLineRaw);
538
IsAtEnd
(allowNewline: true) ? _lexer.TextWindow.Position - 1 : _lexer.TextWindow.Position,
561
IsAtEnd
(allowNewline: true) ? _lexer.TextWindow.Position - 1 : _lexer.TextWindow.Position,
989
else if (
IsAtEnd
(allowNewline: true))
1012
if (
IsAtEnd
(allowNewline: true))