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