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