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