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