13 references to PrecedenceRelational
Microsoft.CodeAnalysis.VisualBasic (13)
Parser\ParseExpression.vb (2)
932Dim exp As ExpressionSyntax = ParseExpressionCore(OperatorPrecedence.PrecedenceRelational) 'Dev10 uses ParseVariable 979Return ParseExpressionCore(OperatorPrecedence.PrecedenceRelational)
Parser\ParseQuery.vb (2)
867Dim Left = ParseExpressionCore(OperatorPrecedence.PrecedenceRelational) 882Right = ParseExpressionCore(OperatorPrecedence.PrecedenceRelational)
Scanner\KeywordTable.vb (9)
94SyntaxKind.IsKeyword, PrecedenceRelational Or CanFollowExpr, 95SyntaxKind.IsNotKeyword, PrecedenceRelational Or New7to8 Or CanFollowExpr, 98SyntaxKind.LikeKeyword, PrecedenceRelational Or CanFollowExpr, 234SyntaxKind.LessThanToken, PrecedenceRelational Or CanFollowExpr, 235SyntaxKind.LessThanEqualsToken, PrecedenceRelational Or CanFollowExpr, 236SyntaxKind.LessThanGreaterThanToken, PrecedenceRelational Or CanFollowExpr, 237SyntaxKind.EqualsToken, PrecedenceRelational Or CanFollowExpr, 238SyntaxKind.GreaterThanToken, PrecedenceRelational Or CanFollowExpr, 239SyntaxKind.GreaterThanEqualsToken, PrecedenceRelational,