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)
472
If CurrentToken.
IsEndOfParse
Then
542
Loop While _context.Level > methodContext.Level AndAlso Not CurrentToken.
IsEndOfParse