17 references to LeftShiftAssign
Microsoft.CodeAnalysis.CSharp (1)
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
347
case BinaryOperatorKind.LeftShift: return ExpressionType.
LeftShiftAssign
;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
404
ExpressionType.
LeftShiftAssign
=> SpecialNames.CLR_InPlaceLShift,
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
1068
case ExpressionType.
LeftShiftAssign
:
System.Linq.Expressions (14)
System\Dynamic\BinaryOperationBinder.cs (1)
104
case ExpressionType.
LeftShiftAssign
:
System\Linq\Expressions\BinaryExpression.cs (9)
54
case ExpressionType.
LeftShiftAssign
:
152
ExpressionType.
LeftShiftAssign
=> ExpressionType.LeftShift,
932
ExpressionType.
LeftShiftAssign
=> LeftShiftAssign(left, right, method, conversion),
2288
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
LeftShiftAssign
"/>
2301
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
LeftShiftAssign
"/>
2316
/// <returns>A <see cref="BinaryExpression"/> that has the <see cref="NodeType"/> property equal to <see cref="ExpressionType.
LeftShiftAssign
"/>
2335
return new SimpleBinaryExpression(ExpressionType.
LeftShiftAssign
, left, right, resultType);
2337
return GetUserDefinedAssignOperatorOrThrow(ExpressionType.
LeftShiftAssign
, "op_LeftShift", left, right, conversion, liftToNull: true);
2339
return GetMethodBasedAssignOperator(ExpressionType.
LeftShiftAssign
, left, right, method, conversion, liftToNull: true);
System\Linq\Expressions\Compiler\StackSpiller.Generated.cs (1)
147
case ExpressionType.
LeftShiftAssign
:
System\Linq\Expressions\DebugViewWriter.cs (2)
336
case ExpressionType.
LeftShiftAssign
: op = "<<="; break;
649
case ExpressionType.
LeftShiftAssign
:
System\Linq\Expressions\ExpressionStringBuilder.cs (1)
226
case ExpressionType.
LeftShiftAssign
: