5 references to IsEndOfLine
Microsoft.CodeAnalysis.VisualBasic (5)
Parser\ParseExpression.vb (1)
1013If (CurrentToken.IsEndOfLine() AndAlso Not CurrentToken.IsEndOfParse()) Then
Parser\ParseQuery.vb (1)
548If current IsNot Nothing AndAlso current.IsEndOfLine() Then
Parser\Parser.vb (1)
2703If identifierStartPrev IsNot Nothing AndAlso identifierStartPrev.IsEndOfLine Then
Parser\ParseScan.vb (2)
400If CurrentToken.IsEndOfLine Then 418Debug.Assert(If(offset = 0, CurrentToken, PeekToken(offset)).IsEndOfLine)