4 references to IsEndOfParse
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\ParseExpression.vb (2)
1013
If (CurrentToken.IsEndOfLine() AndAlso Not CurrentToken.
IsEndOfParse
()) Then
1793
If CurrentToken.
IsEndOfParse
() Then
Parser\Parser.vb (2)
466
If CurrentToken.
IsEndOfParse
Then
536
Loop While _context.Level > methodContext.Level AndAlso Not CurrentToken.
IsEndOfParse