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