11 references to LeftShiftAssign
System.Core (11)
Microsoft\Scripting\Actions\BinaryOperationBinder.cs (1)
128
case ExpressionType.
LeftShiftAssign
:
Microsoft\Scripting\Ast\BinaryExpression.cs (6)
72
case ExpressionType.
LeftShiftAssign
:
184
case ExpressionType.
LeftShiftAssign
:
916
case ExpressionType.
LeftShiftAssign
:
2193
return new SimpleBinaryExpression(ExpressionType.
LeftShiftAssign
, left, right, resultType);
2195
return GetUserDefinedAssignOperatorOrThrow(ExpressionType.
LeftShiftAssign
, "op_LeftShift", left, right, conversion, true);
2197
return GetMethodBasedAssignOperator(ExpressionType.
LeftShiftAssign
, left, right, method, conversion, true);
Microsoft\Scripting\Ast\DebugViewWriter.cs (2)
368
case ExpressionType.
LeftShiftAssign
: op = "<<="; break;
660
case ExpressionType.
LeftShiftAssign
:
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
279
case ExpressionType.
LeftShiftAssign
: op = "<<="; break;
Microsoft\Scripting\Compiler\StackSpiller.Generated.cs (1)
243
case ExpressionType.
LeftShiftAssign
: