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