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