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