11 references to RightShiftAssign
System.Core (11)
Microsoft\Scripting\Actions\BinaryOperationBinder.cs (1)
133
case ExpressionType.
RightShiftAssign
:
Microsoft\Scripting\Ast\BinaryExpression.cs (6)
71
case ExpressionType.
RightShiftAssign
:
182
case ExpressionType.
RightShiftAssign
:
926
case ExpressionType.
RightShiftAssign
:
2281
return new SimpleBinaryExpression(ExpressionType.
RightShiftAssign
, left, right, resultType);
2283
return GetUserDefinedAssignOperatorOrThrow(ExpressionType.
RightShiftAssign
, "op_RightShift", left, right, conversion, true);
2285
return GetMethodBasedAssignOperator(ExpressionType.
RightShiftAssign
, left, right, method, conversion, true);
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
370
case ExpressionType.
RightShiftAssign
: op = ">>="; break;
661
case ExpressionType.
RightShiftAssign
:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
281
case ExpressionType.
RightShiftAssign
: op = ">>="; break;
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
248
case ExpressionType.
RightShiftAssign
: