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