31 references to RightShift
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\Binder_Operators.vb (3)
451If (preliminaryOperatorKind = BinaryOperatorKind.LeftShift OrElse preliminaryOperatorKind = BinaryOperatorKind.RightShift) AndAlso 1015BinaryOperatorKind.RightShift, 1056BinaryOperatorKind.RightShift
Binding\Binder_Statements.vb (1)
2153operatorKind = BinaryOperatorKind.RightShift
Binding\DocumentationCommentCrefBinder.vb (2)
1053Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.RightShift) 1062Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.RightShift)
BoundTree\BoundBinaryOperator.vb (1)
33(OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.RightShift OrElse
CodeGen\EmitOperators.vb (2)
319Case BinaryOperatorKind.RightShift 347opKind <> BinaryOperatorKind.RightShift)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
37BinaryOperatorKind.RightShift 321opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.RightShift) 361If opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.RightShift Then 580Case BinaryOperatorKind.RightShift 615Case BinaryOperatorKind.RightShift
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
383BinaryOperatorKind.RightShift
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
436Case BinaryOperatorKind.RightShift
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
637New BoundBinaryOperator(value.Syntax, BinaryOperatorKind.RightShift, [step], shiftConst, False, [step].Type))
Operations\VisualBasicOperationFactory_Methods.vb (1)
659Case VisualBasic.BinaryOperatorKind.RightShift
Semantics\Operators.vb (10)
115operators.Add(WellKnownMemberNames.RightShiftOperatorName, New OperatorInfo(BinaryOperatorKind.RightShift)) 124operators.Add(WellKnownMemberNames.UnsignedRightShiftOperatorName, New OperatorInfo(BinaryOperatorKind.RightShift)) 201Case BinaryOperatorKind.RightShift 252Case BinaryOperatorKind.RightShift 358Case BinaryOperatorKind.LeftShift, BinaryOperatorKind.RightShift 830Case SyntaxKind.RightShiftExpression : result = BinaryOperatorKind.RightShift 1060op = BinaryOperatorKind.LeftShift OrElse op = BinaryOperatorKind.RightShift) 1271Case BinaryOperatorKind.RightShift 1669BinaryOperatorKind.RightShift 3126Case BinaryOperatorKind.RightShift
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
481Case BinaryOperatorKind.RightShift
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
895BinaryOperatorKind.RightShift, 1187Case BinaryOperatorKind.LeftShift, BinaryOperatorKind.RightShift