21 references to RightShift
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
364case BinaryOperatorKind.RightShift: return ExpressionType.RightShift;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
384ExpressionType.RightShift => SpecialNames.CLR_RShift,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1030case ExpressionType.RightShift:
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1180Return ExpressionType.RightShift
System.Linq.Expressions (17)
System\Dynamic\BinaryOperationBinder.cs (1)
98case ExpressionType.RightShift:
System\Linq\Expressions\BinaryExpression.cs (7)
151ExpressionType.RightShiftAssign => ExpressionType.RightShift, 925ExpressionType.RightShift => RightShift(left, right, method), 2347/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.RightShift"/> 2360/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.RightShift"/> 2372return new SimpleBinaryExpression(ExpressionType.RightShift, left, right, resultType); 2374return GetUserDefinedBinaryOperatorOrThrow(ExpressionType.RightShift, "op_RightShift", left, right, liftToNull: true); 2376return GetMethodBasedBinaryOperator(ExpressionType.RightShift, left, right, method, liftToNull: true);
System\Linq\Expressions\Compiler\LambdaCompiler.Binary.cs (2)
241case ExpressionType.RightShift: 322case ExpressionType.RightShift:
System\Linq\Expressions\Compiler\LambdaCompiler.Generated.cs (1)
52case ExpressionType.RightShift:
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
52case ExpressionType.RightShift:
System\Linq\Expressions\DebugViewWriter.cs (2)
337case ExpressionType.RightShift: op = ">>"; break; 696case ExpressionType.RightShift:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
229case ExpressionType.RightShift:
System\Linq\Expressions\Interpreter\LightCompiler.cs (2)
951case ExpressionType.RightShift: 3048case ExpressionType.RightShift: