30 references to RightShift
Microsoft.CodeAnalysis.VisualBasic (30)
Binding\Binder_Operators.vb (3)
481If (preliminaryOperatorKind = BinaryOperatorKind.LeftShift OrElse preliminaryOperatorKind = BinaryOperatorKind.RightShift) AndAlso 1045BinaryOperatorKind.RightShift, 1086BinaryOperatorKind.RightShift
Binding\Binder_Statements.vb (1)
2182operatorKind = 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)
336Case BinaryOperatorKind.RightShift 364opKind <> BinaryOperatorKind.RightShift)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
26BinaryOperatorKind.RightShift 158Case BinaryOperatorKind.RightShift 395opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.RightShift) 441If opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.RightShift Then 505Case BinaryOperatorKind.RightShift 710Case BinaryOperatorKind.RightShift
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
383BinaryOperatorKind.RightShift
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
431Case 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)
498Case BinaryOperatorKind.RightShift