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