2 references to IsAtEndOfText
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer_RawStringLiteral.cs (2)
111
if (SyntaxFacts.IsNewLine(currentChar) ||
IsAtEndOfText
(currentChar))
159
if (
IsAtEndOfText
(currentChar))