30 references to RightShift
Microsoft.CodeAnalysis.VisualBasic (30)
Binding\Binder_Operators.vb (3)
481
If (preliminaryOperatorKind = BinaryOperatorKind.LeftShift OrElse preliminaryOperatorKind = BinaryOperatorKind.
RightShift
) AndAlso
1045
BinaryOperatorKind.
RightShift
,
1086
BinaryOperatorKind.
RightShift
Binding\Binder_Statements.vb (1)
2182
operatorKind = BinaryOperatorKind.
RightShift
Binding\DocumentationCommentCrefBinder.vb (2)
1053
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
RightShift
)
1062
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
RightShift
)
BoundTree\BoundBinaryOperator.vb (1)
33
(OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
RightShift
OrElse
CodeGen\EmitOperators.vb (2)
336
Case BinaryOperatorKind.
RightShift
364
opKind <> BinaryOperatorKind.
RightShift
)
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
26
BinaryOperatorKind.
RightShift
158
Case BinaryOperatorKind.
RightShift
395
opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.
RightShift
)
441
If opKind = BinaryOperatorKind.LeftShift OrElse opKind = BinaryOperatorKind.
RightShift
Then
505
Case BinaryOperatorKind.
RightShift
710
Case BinaryOperatorKind.
RightShift
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
383
BinaryOperatorKind.
RightShift
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
431
Case BinaryOperatorKind.
RightShift
Lowering\LocalRewriter\LocalRewriter_ForTo.vb (1)
637
New BoundBinaryOperator(value.Syntax, BinaryOperatorKind.
RightShift
, [step], shiftConst, False, [step].Type))
Operations\VisualBasicOperationFactory_Methods.vb (1)
659
Case VisualBasic.BinaryOperatorKind.
RightShift
Semantics\Operators.vb (10)
115
operators.Add(WellKnownMemberNames.RightShiftOperatorName, New OperatorInfo(BinaryOperatorKind.
RightShift
))
124
operators.Add(WellKnownMemberNames.UnsignedRightShiftOperatorName, New OperatorInfo(BinaryOperatorKind.
RightShift
))
201
Case BinaryOperatorKind.
RightShift
252
Case BinaryOperatorKind.
RightShift
358
Case BinaryOperatorKind.LeftShift, BinaryOperatorKind.
RightShift
830
Case SyntaxKind.RightShiftExpression : result = BinaryOperatorKind.
RightShift
1060
op = BinaryOperatorKind.LeftShift OrElse op = BinaryOperatorKind.
RightShift
)
1271
Case BinaryOperatorKind.
RightShift
1669
BinaryOperatorKind.
RightShift
3126
Case BinaryOperatorKind.
RightShift
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
498
Case BinaryOperatorKind.
RightShift