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