30 references to LeftShift
Microsoft.CodeAnalysis.VisualBasic (28)
Binding\Binder_Operators.vb (3)
451
If (preliminaryOperatorKind = BinaryOperatorKind.
LeftShift
OrElse preliminaryOperatorKind = BinaryOperatorKind.RightShift) AndAlso
1014
BinaryOperatorKind.
LeftShift
,
1055
Case BinaryOperatorKind.
LeftShift
,
Binding\Binder_Statements.vb (1)
2150
operatorKind = BinaryOperatorKind.
LeftShift
Binding\DocumentationCommentCrefBinder.vb (1)
1044
Dim opInfo As New OverloadResolution.OperatorInfo(BinaryOperatorKind.
LeftShift
)
BoundTree\BoundBinaryOperator.vb (1)
32
(OperatorKind And BinaryOperatorKind.OpMask) = BinaryOperatorKind.
LeftShift
OrElse
CodeGen\EmitOperators.vb (2)
305
Case BinaryOperatorKind.
LeftShift
346
opKind <> BinaryOperatorKind.
LeftShift
AndAlso
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (5)
36
BinaryOperatorKind.
LeftShift
,
321
opKind = BinaryOperatorKind.
LeftShift
OrElse opKind = BinaryOperatorKind.RightShift)
361
If opKind = BinaryOperatorKind.
LeftShift
OrElse opKind = BinaryOperatorKind.RightShift Then
578
Case BinaryOperatorKind.
LeftShift
613
Case BinaryOperatorKind.
LeftShift
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
382
BinaryOperatorKind.
LeftShift
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
431
Case BinaryOperatorKind.
LeftShift
Operations\VisualBasicOperationFactory_Methods.vb (1)
657
Case VisualBasic.BinaryOperatorKind.
LeftShift
Semantics\Operators.vb (11)
114
operators.Add(WellKnownMemberNames.LeftShiftOperatorName, New OperatorInfo(BinaryOperatorKind.
LeftShift
))
123
operators.Add(WellKnownMemberNames.UnsignedLeftShiftOperatorName, New OperatorInfo(BinaryOperatorKind.
LeftShift
))
199
Case BinaryOperatorKind.
LeftShift
250
Case BinaryOperatorKind.
LeftShift
358
Case BinaryOperatorKind.
LeftShift
, BinaryOperatorKind.RightShift
362
SyntaxFacts.GetText(If(opInfo.BinaryOperatorKind = BinaryOperatorKind.
LeftShift
,
829
Case SyntaxKind.LeftShiftExpression : result = BinaryOperatorKind.
LeftShift
1060
op = BinaryOperatorKind.
LeftShift
OrElse op = BinaryOperatorKind.RightShift)
1260
Case BinaryOperatorKind.
LeftShift
1668
Case BinaryOperatorKind.
LeftShift
,
3120
Case BinaryOperatorKind.
LeftShift
Symbols\Metadata\PE\PEMethodSymbol.vb (1)
475
Case BinaryOperatorKind.
LeftShift
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (2)
Semantics\BinaryOperators.vb (2)
894
BinaryOperatorKind.
LeftShift
,
1187
Case BinaryOperatorKind.
LeftShift
, BinaryOperatorKind.RightShift