4 references to IsAtEnd
Microsoft.CodeAnalysis.CSharp (4)
Parser\Lexer_StringLiteral.cs (4)
363
return
IsAtEnd
(allowNewline: kind is InterpolatedStringKind.Verbatim or InterpolatedStringKind.MultiLineRaw);
557
IsAtEnd
(allowNewline: true) ? _lexer.TextWindow.Position - 1 : _lexer.TextWindow.Position,
1008
else if (
IsAtEnd
(allowNewline: true))
1031
if (
IsAtEnd
(allowNewline: true))