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