29 references to LeftShift
Microsoft.CodeAnalysis.VisualBasic (29)
Binding\Binder_Operators.vb (3)
481
If (preliminaryOperatorKind = BinaryOperatorKind.
LeftShift
OrElse preliminaryOperatorKind = BinaryOperatorKind.RightShift) AndAlso
1044
BinaryOperatorKind.
LeftShift
,
1085
Case BinaryOperatorKind.
LeftShift
,
Binding\Binder_Statements.vb (1)
2179
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)
322
Case BinaryOperatorKind.
LeftShift
363
opKind <> BinaryOperatorKind.
LeftShift
AndAlso
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_BinaryOperator.vb (6)
25
BinaryOperatorKind.
LeftShift
,
155
Case BinaryOperatorKind.
LeftShift
395
opKind = BinaryOperatorKind.
LeftShift
OrElse opKind = BinaryOperatorKind.RightShift)
441
If opKind = BinaryOperatorKind.
LeftShift
OrElse opKind = BinaryOperatorKind.RightShift Then
502
Case BinaryOperatorKind.
LeftShift
708
Case BinaryOperatorKind.
LeftShift
Lowering\LocalRewriter\LocalRewriter_AssignmentOperator.vb (1)
382
BinaryOperatorKind.
LeftShift
,
Lowering\LocalRewriter\LocalRewriter_BinaryOperators.vb (1)
426
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)
492
Case BinaryOperatorKind.
LeftShift